cave-story-solaris/src/Main.h
Clownacy 44f142d8e7 Big ugly rework of WindowsWrapper.h
Okay so WindowsWrapper.h now just includes Windows.h if it wants
non-portability. This meant I had to split the custom RECT struct
back to the original RECT and unknown nameless struct (one uses
left/right, while the other uses front/back).
2019-06-20 20:06:55 +01:00

8 lines
116 B
C

#pragma once
#include "WindowsWrapper.h"
extern HWND ghWnd;
void PutFramePerSecound();
int GetFramePerSecound();