This commit is contained in:
Paul 2000-11-24 00:00:10 +00:00
parent bf6c8fb784
commit 0f348a9638
8 changed files with 329 additions and 16 deletions

View file

@ -11,8 +11,8 @@
===========================================================================*/
#ifndef __FRONTEND_FRONTENTD_H__
#define __FRONTEND_FRONTENTD_H__
#ifndef __FRONTEND_FRONTEND_H__
#define __FRONTEND_FRONTEND_H__
/*----------------------------------------------------------------------
Includes
@ -29,14 +29,6 @@
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
typedef enum
{
EXITCODE__NONE,
EXITCODE__START_GAME,
EXITCODE__GOTO_OPTIONS,
} MainTitleExitCode;
/*----------------------------------------------------------------------
Structure defintions
@ -102,7 +94,7 @@ extern CFrontEndScene FrontEndScene;
/*---------------------------------------------------------------------- */
#endif /* __FRONTEND_FRONTENTD_H__ */
#endif /* __FRONTEND_FRONTEND_H__ */
/*===========================================================================
end */