Changeset 551
- Timestamp:
- 10/13/08 02:52:17 (7 weeks ago)
- Location:
- trunk/thune
- Files:
-
- 2 modified
-
gl/CMakeLists.txt (modified) (1 diff)
-
unix/os_math.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/CMakeLists.txt
r550 r551 76 76 shader.c 77 77 gui.c 78 particles.c 78 79 ${GLV_FILE} 79 80 ${JOYSTICK_FILE} -
trunk/thune/unix/os_math.h
r132 r551 2 2 #include <math.h> 3 3 4 #ifndef M_PI 5 #define M_PI 3.14159265358979323846 6 #endif 4 7 5 8 /* double trigFunc( double ) */
