Changeset 5735 for code/branches/libraries2/src/orxonox/sound
- Timestamp:
- Sep 1, 2009, 12:38:36 AM (15 years ago)
- Location:
- code/branches/libraries2/src/orxonox/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/orxonox/sound/SoundBase.cc
r5720 r5735 37 37 #include "core/Core.h" 38 38 #include "core/Resource.h" 39 #include " objects/worldentities/WorldEntity.h"39 #include "worldentities/WorldEntity.h" 40 40 #include "SoundManager.h" 41 41 -
code/branches/libraries2/src/orxonox/sound/SoundManager.cc
r5720 r5735 33 33 #include "util/Math.h" 34 34 #include "CameraManager.h" 35 #include " objects/worldentities/Camera.h"35 #include "worldentities/Camera.h" 36 36 #include "SoundBase.h" 37 37
Note: See TracChangeset
for help on using the changeset viewer.