aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/System.h')
-rw-r--r--Source/System.h4
1 files changed, 0 insertions, 4 deletions
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__