blob: 9290c4c06ea30be3c82197128e42aa40cfc7aebb (
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
28
29
30
31
|
#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__
|