20 #include "worldsimconfig.h"
24 using namespace farsa;
28 bool initWorldSimLib() {
29 static bool dummy =
false;
30 if ( dummy )
return true;
31 Q_INIT_RESOURCE(textures);
32 qRegisterMetaType<wMatrix>(
"wMatrix");
33 qRegisterMetaType<real>(
"real");
static void info(QString msg)