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/Sfx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Sfx.h') diff --git a/Source/Sfx.h b/Source/Sfx.h index 30903aa..4c248c7 100644 --- a/Source/Sfx.h +++ b/Source/Sfx.h @@ -4,18 +4,15 @@ /* ************************************* * Includes * *************************************/ - #include "Global_Inc.h" #include "System.h" /* ************************************* * Defines * *************************************/ - /* ************************************* * Structs and enums * *************************************/ - typedef enum t_musicTracks { INTRO_TRACK = 2, @@ -28,7 +25,6 @@ typedef enum t_musicTracks /* ************************************* * Global prototypes * *************************************/ - void SfxPlaySound(SsVag * sound); bool SfxUploadSound(char* file_path, SsVag * vag); void SfxPlayTrack(MUSIC_TRACKS track); -- cgit v1.2.3