Changeset 45 in flair-src for trunk/lib/FlairSimulator/src/Gui.cpp


Ignore:
Timestamp:
07/18/16 16:13:56 (8 years ago)
Author:
Sanahuja Guillaume
Message:

added compile info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSimulator/src/Gui.cpp

    r15 r45  
    3131#include <algorithm>
    3232#include <GL/gl.h>
     33#include "compile_info.h"
     34
     35//todo: put it on seprate file, but not possible with static lib?
     36static void constructor() __attribute__((constructor));
     37
     38void constructor() {
     39  compile_info("FlairSensorActuator");
     40}
    3341
    3442using namespace irr;
Note: See TracChangeset for help on using the changeset viewer.