shithub: cstory

ref: 949bfd129b8c56b48b42f688b4e17aa3ed5d62bc
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

extern BOOL bFullscreen;

void PutFramePerSecound(void);
unsigned long GetFramePerSecound(void);

BOOL SystemTask(void);