Changeset 7379 in orxonox.OLD for branches/atmospheric_engine/src/story_entities
- Timestamp:
- Apr 26, 2006, 3:52:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/story_entities/game_world_data.cc
r7370 r7379 45 45 46 46 #include "graphics_engine.h" 47 #include "effects/atmospheric_engine.h" 47 48 #include "event_handler.h" 48 49 #include "sound_engine.h" … … 322 323 LoadParamXML(root, "LightManager", LightManager::getInstance(), LightManager, loadParams); 323 324 LoadParamXML(root, "GraphicsEngine", GraphicsEngine::getInstance(), GraphicsEngine, loadParams); 325 LoadParamXML(root, "AtmosphericEngine", AtmosphericEngine::getInstance(), AtmosphericEngine, loadParams); 324 326 325 327 LoadParam(root, "Music", this, GameWorldData, setSoundTrack);
Note: See TracChangeset
for help on using the changeset viewer.