Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2009, 10:22:55 PM (15 years ago)
Author:
landauf
Message:

Added a dynamic library loader (more or less a copy of Ogre::DynLibManager but with some adjustments for Orxonox). This allows us to load plugins at runtime. Plugin-libraries must be declared with the "PLUGIN" switch in ORXONOX_ADD_LIBRARY in CMake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/core/Core.h

    r5625 r5626  
    119119
    120120            // Mind the order for the destruction!
     121            scoped_ptr<DynLibManager>     dynLibManager_;
    121122            scoped_ptr<SignalHandler>     signalHandler_;
    122123            SimpleScopeGuard              identifierDestroyer_;
Note: See TracChangeset for help on using the changeset viewer.