00001 #ifndef _NUMBERS_H_ 00002 #define _NUMBERS_H_ 00003 00126 #ifndef FRAME_RATE 00127 #define FRAME_RATE 1.0f 00128 #endif 00129 00130 #define TIME_UNIT 1.0f 00131 00132 namespace luma 00133 { 00137 namespace numbers 00138 { 00139 const float frameRate = FRAME_RATE; 00140 //const float frameRate = 0.0285f; //Good value for 30 fps 00141 } 00142 } 00143 00144 #endif //_NUMBERS_H_