00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef _INFINITY_H_
00012 #define _INFINITY_H_
00013
00014 #include <math.h>
00015
00027 namespace Infinite
00028 {
00029 const float distance = 1000000.0;
00030 const float time = 1000000.0;
00031 }
00032
00033 #endif // _INFINITY_H_ //