diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-05 23:55:15 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-05 23:55:15 +0200 |
| commit | 6a90ed354fcf4871aa7ce1d0b599ff69787f1d5f (patch) | |
| tree | dce9d108c63173c403a3a9c979021589ceb41640 /Source/Aircraft.h | |
| parent | 83b4684d7cb9934371909b522d6daa0f16cc0396 (diff) | |
| download | airport-6a90ed354fcf4871aa7ce1d0b599ff69787f1d5f.tar.gz | |
* Split screen is now working. Yay!!
* New prototypes for Gfx. Still preliminar, but make split screen work.
Diffstat (limited to 'Source/Aircraft.h')
| -rw-r--r-- | Source/Aircraft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Aircraft.h b/Source/Aircraft.h index d941a13..e32a64a 100644 --- a/Source/Aircraft.h +++ b/Source/Aircraft.h @@ -16,7 +16,7 @@ void AircraftInit(void);
void AircraftHandler(void);
-void AircraftRender(TYPE_PLAYER * ptrPlayer);
+void AircraftRender(TYPE_PLAYER* ptrPlayer);
TYPE_AIRCRAFT_DATA* AircraftFromFlightDataIndex(uint8_t index);
void AircraftFromFlightDataIndexAddTargets(uint8_t index, uint16_t * targets);
void AircraftAddTargets(TYPE_AIRCRAFT_DATA* ptrAircraft, uint16_t * targets);
|
