Airport/Source/PSXSDKIntro.h
XaviDCR92 67cfc8b2c2 * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
* Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection().
* Slight optimizations into GameRenderLevel().
* Added some comment headers into Gfx.c.
2017-12-29 23:19:43 +01:00

28 lines
709 B
C

#ifndef PSXSDK_INTRO_HEADER__
#define PSXSDK_INTRO_HEADER__
/* *************************************
* Includes
* *************************************/
#include "Global_Inc.h"
/* *************************************
* Defines
*************************************/
/* *************************************
* Global prototypes
* *************************************/
void PSXSDKIntro(void);
/* *************************************
* Global variables
* *************************************/
extern GsSprite PsxDisk;
extern GsSprite PSXSDKIntroFont;
extern GsSprite GPL_Logo;
extern GsSprite OpenSource_Logo;
extern SsVag TrayClSnd;
extern SsVag SpinDiskSnd;
#endif //PSXSDK_INTRO_HEADER__