File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
airport_movement.h
Show inline comments
 
#ifndef AIRPORT_MOVEMENT_H
 
#define AIRPORT_MOVEMENT_H
 

	
 
#include "stdafx.h"
 
#include "macros.h"
 

	
 
typedef struct AirportMovingData {
 
	int x,y;
 
	byte flag;
 
	byte direction;
 
} AirportMovingData;
 

	
 
// state machine input struct (from external file, etc.)
 
// Finite sTate mAchine --> FTA
 
typedef struct AirportFTAbuildup {
 
	byte position;							// the position that an airplane is at
 
	byte heading;								// the current orders (eg. TAKEOFF, HANGAR, ENDLANDING, etc.)