Changeset 3887 in orxonox.OLD for orxonox/branches/sound_engine/src/orxonox.cc
- Timestamp:
- Apr 19, 2005, 12:28:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound_engine/src/orxonox.cc
r3790 r3887 32 32 #include "game_loader.h" 33 33 #include "graphics_engine.h" 34 #include "sound_engine.h" 34 35 #include "resource_manager.h" 35 36 #include "text_engine.h" … … 57 58 if( localinput != NULL) delete world; 58 59 if( resources != NULL) delete resources; 59 delete GraphicsEngine::getInstance(); // deleting the Graphics 60 delete GraphicsEngine::getInstance(); // delets the Graphics Engine 61 delete SoundEngine::getInstance(); // deletes the Sound Engine 60 62 delete ResourceManager::getInstance(); // deletes the Resource Manager 61 63 delete TextEngine::getInstance(); … … 131 133 { 132 134 printf("> Initializing sound\n"); 133 // SDL_Init(SDL_INIT_AUDIO);134 printf(" Not yet implemented\n");135 SoundEngine::getInstance(); 136 printf("implementing\n"); 135 137 return 0; 136 138 }
Note: See TracChangeset
for help on using the changeset viewer.