Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 21, 2006, 10:48:52 PM (18 years ago)
Author:
bensch
Message:

orxonox/dylib: now the dylibLoader should work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/util/loading/dynamic_loader.h

    r7171 r7174  
    2323
    2424  bool loadDynamicLib(const std::string& libName);
    25   virtual BaseObject* fabricateObject(const TiXmlElement* root = NULL) const;
    2625
    2726  static bool loadDyLib(const char* libName);
    2827
     28  static void addSearchDir(const char* searchDir);
     29  static bool addSearchDirRelative(const char* relSearchDir);
     30  static const char* getSearchDir();
     31
     32  static void unload();
     33private:
     34  // will be done automatically when using the this Engine.
     35  static bool initialize();
    2936
    3037private:
Note: See TracChangeset for help on using the changeset viewer.