blob: a0d662dec210ec5ea8d48a83e8c01951bb07d9ac (
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
27
|
#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__
|