From 67cfc8b2c23177f036eda97f3423d062ba0c3e90 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 29 Dec 2017 23:19:43 +0100 Subject: * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c. --- Source/System.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/System.h') diff --git a/Source/System.h b/Source/System.h index aa5aebe..6938d6a 100644 --- a/Source/System.h +++ b/Source/System.h @@ -4,21 +4,18 @@ /* ************************************** * Includes * * **************************************/ - #include "Global_Inc.h" #include "GameStructures.h" /* ************************************** * Defines * * **************************************/ - #define TIMER_PRESCALER_1_SECOND 10 #define TIMER_PRESCALER_1_MINUTE (TIMER_PRESCALER_1_SECOND * 60) /* ************************************** * Global Prototypes * * **************************************/ - // Calls PSXSDK init routines void SystemInit(void); @@ -136,5 +133,4 @@ unsigned char SystemGetSineValue(void); /* ************************************** * Global Variables * * **************************************/ - #endif //SYSTEM_HEADER__ -- cgit v1.2.3