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;