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/main.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Source/main.c') diff --git a/Source/main.c b/Source/main.c index e025f22..d711c5f 100644 --- a/Source/main.c +++ b/Source/main.c @@ -1,7 +1,6 @@ /* ************************************* * Includes * *************************************/ - #include "Global_Inc.h" #include "Menu.h" #include "System.h" @@ -9,11 +8,19 @@ /* ************************************* * Defines * *************************************/ - /* ************************************* * Local Prototypes * *************************************/ - +/* ********************************************************************************************** + * + * @name: int main(void) + * + * @author: Xavier Del Campo + * + * @brief: + * First function to be executed. + * + * **********************************************************************************************/ int main(void) { //System initialization -- cgit v1.2.3