cave-story-solaris/src/Game.h
Clownacy 00ca00f5dd Weed out some usage of C++ bools
Pixel used BOOL, the C89-friendly Windows-specific equivalent
2019-05-14 01:35:04 +01:00

11 lines
187 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();