blob: f81d6ae632cb8ed1aa9aff6156cbc625140bdf7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#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 SsVag TrayClSnd;
extern SsVag SpinDiskSnd;
#endif //PSXSDK_INTRO_HEADER__
|