]> git.mxchange.org Git - flightgear.git/blob - Simulator/limits.h
Initial revision.
[flightgear.git] / Simulator / limits.h
1 /**************************************************************************
2  * limits.h -- program wide limits
3  *
4  * Written by Curtis Olson, started May 1997.
5  *
6  * $Id$
7  * (Log is kept at end of this file)
8  **************************************************************************/
9
10
11 #ifndef LIMITS_H
12 #define LIMITS_H
13
14
15 /* Maximum number of engines for a single aircraft */
16 #define MAX_ENGINES 10
17
18
19 #endif LIMITS_H
20
21
22 /* $Log$
23 /* Revision 1.1  1997/05/16 16:08:00  curt
24 /* Initial revision.
25 /*
26  */