10 lines
164 B
C
10 lines
164 B
C
#pragma once
|
|
|
|
#include "WindowsWrapper.h"
|
|
|
|
extern BOOL bFullscreen;
|
|
|
|
void PutFramePerSecound(void);
|
|
unsigned long GetFramePerSecound(void);
|
|
|
|
BOOL SystemTask(void);
|