cave-story-solaris/src/Game.h
Clownacy 97acb292bb Made Game.cpp ASM-accurate
Working towards #74.
2019-06-30 03:03:25 +01:00

11 lines
196 B
C

#pragma once
#include "WindowsWrapper.h"
extern int g_GameFlags;
extern int gCounter;
int Random(int min, int max);
void PutNumber4(int x, int y, int value, BOOL bZero);
BOOL Game(HWND hWnd);