Changeset 45 in flair-src for trunk/lib/FlairSimulator/src
- Timestamp:
- Jul 18, 2016, 4:13:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Gui.cpp
r15 r45 31 31 #include <algorithm> 32 32 #include <GL/gl.h> 33 #include "compile_info.h" 34 35 //todo: put it on seprate file, but not possible with static lib? 36 static void constructor() __attribute__((constructor)); 37 38 void constructor() { 39 compile_info("FlairSensorActuator"); 40 } 33 41 34 42 using namespace irr;
Note:
See TracChangeset
for help on using the changeset viewer.