Fix compilation

This commit is contained in:
Clownacy 2020-05-03 22:05:39 +01:00
parent 496a50c272
commit e1af3336aa
4 changed files with 4 additions and 3 deletions

View file

@ -52,6 +52,9 @@ static CREDIT Credit;
static STRIP Strip[MAX_STRIP];
static ILLUSTRATION Illust;
static int GetScriptNumber(const char *text);
static void ActionCredit_Read(void);
// Update casts
void ActionStripper(void)
{

View file

@ -17,8 +17,6 @@ void InitCreditScript(void);
void ReleaseCreditScript(void);
BOOL StartCreditScript(void);
void ActionCredit(void);
void ActionCredit_Read(void);
int GetScriptNumber(const char *text);
void SetCreditIllust(int a);
void CutCreditIllust(void);
int Scene_DownIsland(HWND hWnd, int mode);

View file

@ -23,6 +23,7 @@
#include "Triangle.h"
LRESULT CALLBACK WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
static unsigned long CountFramePerSecound(void);
char gModulePath[MAX_PATH];
char gDataPath[MAX_PATH];

View file

@ -12,6 +12,5 @@ extern BOOL gbUseJoystick;
extern int gJoystickButtonTable[8];
void PutFramePerSecound(void);
unsigned long CountFramePerSecound(void);
BOOL SystemTask(void);