Changeset 3889 in orxonox.OLD for orxonox/branches/sound_engine/src/orxonox.cc
- Timestamp:
- Apr 19, 2005, 1:21:14 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound_engine/src/orxonox.cc
r3887 r3889 33 33 #include "graphics_engine.h" 34 34 #include "sound_engine.h" 35 #include "text_engine.h" 35 36 #include "resource_manager.h" 36 #include "text_engine.h" 37 37 38 38 39 #include <string.h> … … 59 60 if( resources != NULL) delete resources; 60 61 delete GraphicsEngine::getInstance(); // delets the Graphics Engine 61 delete SoundEngine::getInstance(); // deletes the Sound Engine62 // delete SoundEngine::getInstance(); // deletes the Sound Engine 62 63 delete ResourceManager::getInstance(); // deletes the Resource Manager 63 64 delete TextEngine::getInstance(); … … 126 127 } 127 128 128 129 129 /** 130 130 \brief initializes the sound engine … … 138 138 } 139 139 140 141 140 /** 142 141 \brief initializes input functions … … 149 148 return 0; 150 149 } 151 152 150 153 151 /**
Note: See TracChangeset
for help on using the changeset viewer.