]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/new
Don't use floats where ints are more appropriate
[simgear.git] / simgear / compatibility / new
1
2 #ifndef __SG_NEW
3 #define __SG_NEW 1
4
5 #if defined(sgi) && !defined(__GNUC__)
6
7 # include <new.h>
8
9 #endif
10
11 #endif // !__SG_NEW
12