Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7167 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
Feb 19, 2006, 3:18:08 PM (19 years ago)
Author:
bensch
Message:

trunk: dynamic library loading test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r7126 r7167  
    289289}
    290290
     291#include "dynamic_loader.h"
    291292
    292293/**
     
    330331  ResourceManager::getInstance()->addImageDir(imageDir);
    331332  delete[] imageDir;
     333
     334  DynamicLoader::loadDyLib("libtest.so");
    332335
    333336  // start the collision detection engine
Note: See TracChangeset for help on using the changeset viewer.