Changeset 420 for code/branches
- Timestamp:
- Dec 5, 2007, 7:49:35 PM (17 years ago)
- Location:
- code/branches/FICN/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/audio/AudioIncludes.h
r404 r420 11 11 #include <vorbis/vorbisfile.h> 12 12 13 #include "../orxonox/core/Error.h" 14 -
code/branches/FICN/src/audio/AudioManager.cc
r419 r420 10 10 bgSound.display(); 11 11 12 orxonox::Error("Sound loaded!"); 13 12 14 if(!bgSound.playback()) 13 15 { -
code/branches/FICN/src/orxonox/core/CMakeLists.txt
r376 r420 7 7 MetaObjectList.cc 8 8 OrxonoxClass.cc 9 Error.cc 9 10 ) 10 11
Note: See TracChangeset
for help on using the changeset viewer.