airport_movement.h
changeset 2159 f6284cf5fab0
parent 950 165341d74973
child 2186 db48cf29b983
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
     1 #ifndef AIRPORT_MOVEMENT_H
     1 #ifndef AIRPORT_MOVEMENT_H
     2 #define AIRPORT_MOVEMENT_H
     2 #define AIRPORT_MOVEMENT_H
     3 
     3 
     4 #include "stdafx.h"
     4 #include "stdafx.h"
     5 #include "macros.h"
       
     6 
     5 
     7 typedef struct AirportMovingData {
     6 typedef struct AirportMovingData {
     8 	int x,y;
     7 	int x,y;
     9 	byte flag;
     8 	byte flag;
    10 	byte direction;
     9 	byte direction;