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/EndAnimation.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/EndAnimation.h') diff --git a/Source/EndAnimation.h b/Source/EndAnimation.h index 6e83be8..83a4f02 100644 --- a/Source/EndAnimation.h +++ b/Source/EndAnimation.h @@ -4,19 +4,15 @@ /* ************************************** * Includes * * **************************************/ - /* ************************************** * Defines * * **************************************/ - /* ************************************** * Global Prototypes * * **************************************/ - void EndAnimation(void); /* ************************************** * Global Variables * * **************************************/ - #endif // END_SCREEN_HEADER__ -- cgit v1.2.3