diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-06 04:17:09 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-06 04:17:09 +0200 |
| commit | 8700a329d07bae49228f10b50999a161a235d140 (patch) | |
| tree | 020e41f757b7081114683da6ebb5505eb4ffc311 /Source/Game.h | |
| parent | 153f078ec20cc442dd4dbe802dbd5fcb1748fcca (diff) | |
| download | airport-8700a329d07bae49228f10b50999a161a235d140.tar.gz | |
* Include directives are now moved to .c instead of .h, as it should really be...
* Makefile now rebuilds needed targets on modified header files.
* Some more work on GameEmergencyMode().
* Initial work on PSX mouse auto detection.
* Prototypes for RCNT2 I_MASK bit handling.
Diffstat (limited to 'Source/Game.h')
| -rw-r--r-- | Source/Game.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Game.h b/Source/Game.h index c643d9c..7c0f082 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -7,11 +7,6 @@ #include "Global_Inc.h" #include "GameStructures.h" -#include "LoadMenu.h" -#include "System.h" -#include "Camera.h" -#include "Aircraft.h" -#include "GameGui.h" /* ************************************* * Defines |
