summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-07 13:09:11 +0200
committeraap <aap@papnet.eu>2019-07-07 13:09:11 +0200
commit53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb (patch)
treefc65a6c40fa719f9d43be9e0e15be79c490135e0 /src/main.h
parentfinished CPhysical (diff)
downloadre3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.tar
re3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.tar.gz
re3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.tar.bz2
re3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.tar.lz
re3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.tar.xz
re3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.tar.zst
re3-53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb.zip
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/main.h b/src/main.h
deleted file mode 100644
index bdb0e008..00000000
--- a/src/main.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#pragma once
-
-struct GlobalScene
-{
- RpWorld *world;
- RwCamera *camera;
-};
-extern GlobalScene &Scene;
-
-extern uint8 work_buff[55000];
-extern char gString[256];
-extern wchar *gUString;
-extern bool &b_FoundRecentSavedGameWantToLoad;
-
-class CSprite2d;
-
-void InitialiseGame(void);
-void LoadingScreen(const char *str1, const char *str2, const char *splashscreen);
-void LoadingIslandScreen(const char *levelName);
-CSprite2d *LoadSplash(const char *name);
-char *GetLevelSplashScreen(int level);
-char *GetRandomSplashScreen(void);