Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1664 pj 1
#define _INPUT_
2
 
3
#define NUM_OF_AIRPORTS 8
4
#define NUM_OF_AEROPLANE_MODELS 4
5
 
6
extern void read_airports_info();
7
extern void read_aeroplanes_info();