aboutsummaryrefslogtreecommitdiff
path: root/Source/PSXSDKIntro.h
diff options
context:
space:
mode:
authorXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
committerXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
commit189ecf754d0c8131464bfdff98fb56e7752556b1 (patch)
tree89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Source/PSXSDKIntro.h
downloadairport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz
Initial commit
Diffstat (limited to 'Source/PSXSDKIntro.h')
-rwxr-xr-xSource/PSXSDKIntro.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/Source/PSXSDKIntro.h b/Source/PSXSDKIntro.h
new file mode 100755
index 0000000..6dfe09d
--- /dev/null
+++ b/Source/PSXSDKIntro.h
@@ -0,0 +1,33 @@
+#ifndef __PSXSDK_INTRO_HEADER__
+#define __PSXSDK_INTRO_HEADER__
+
+/* *************************************
+ * Includes
+ * *************************************/
+
+#include "Global_Inc.h"
+#include "System.h"
+#include "Gfx.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__