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/Pad.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Pad.c') diff --git a/Source/Pad.c b/Source/Pad.c index 7704107..f2b9ca8 100644 --- a/Source/Pad.c +++ b/Source/Pad.c @@ -1,7 +1,6 @@ /* ************************************* * Includes * *************************************/ - #include "Pad.h" #include "System.h" #include "Timer.h" @@ -43,7 +42,6 @@ enum }; - /* ************************************* * Local Prototypes * *************************************/ -- cgit v1.2.3