
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).
8 lines
116 B
C
8 lines
116 B
C
#pragma once
|
|
|
|
#include "WindowsWrapper.h"
|
|
|
|
extern HWND ghWnd;
|
|
|
|
void PutFramePerSecound();
|
|
int GetFramePerSecound();
|