Fix compilation
This commit is contained in:
parent
496a50c272
commit
e1af3336aa
4 changed files with 4 additions and 3 deletions
|
@ -52,6 +52,9 @@ static CREDIT Credit;
|
||||||
static STRIP Strip[MAX_STRIP];
|
static STRIP Strip[MAX_STRIP];
|
||||||
static ILLUSTRATION Illust;
|
static ILLUSTRATION Illust;
|
||||||
|
|
||||||
|
static int GetScriptNumber(const char *text);
|
||||||
|
static void ActionCredit_Read(void);
|
||||||
|
|
||||||
// Update casts
|
// Update casts
|
||||||
void ActionStripper(void)
|
void ActionStripper(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,8 +17,6 @@ void InitCreditScript(void);
|
||||||
void ReleaseCreditScript(void);
|
void ReleaseCreditScript(void);
|
||||||
BOOL StartCreditScript(void);
|
BOOL StartCreditScript(void);
|
||||||
void ActionCredit(void);
|
void ActionCredit(void);
|
||||||
void ActionCredit_Read(void);
|
|
||||||
int GetScriptNumber(const char *text);
|
|
||||||
void SetCreditIllust(int a);
|
void SetCreditIllust(int a);
|
||||||
void CutCreditIllust(void);
|
void CutCreditIllust(void);
|
||||||
int Scene_DownIsland(HWND hWnd, int mode);
|
int Scene_DownIsland(HWND hWnd, int mode);
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
#include "Triangle.h"
|
#include "Triangle.h"
|
||||||
|
|
||||||
LRESULT CALLBACK WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
|
LRESULT CALLBACK WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
|
||||||
|
static unsigned long CountFramePerSecound(void);
|
||||||
|
|
||||||
char gModulePath[MAX_PATH];
|
char gModulePath[MAX_PATH];
|
||||||
char gDataPath[MAX_PATH];
|
char gDataPath[MAX_PATH];
|
||||||
|
|
|
@ -12,6 +12,5 @@ extern BOOL gbUseJoystick;
|
||||||
extern int gJoystickButtonTable[8];
|
extern int gJoystickButtonTable[8];
|
||||||
|
|
||||||
void PutFramePerSecound(void);
|
void PutFramePerSecound(void);
|
||||||
unsigned long CountFramePerSecound(void);
|
|
||||||
|
|
||||||
BOOL SystemTask(void);
|
BOOL SystemTask(void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue