Changeset 10572 in orxonox.OLD for branches/cleanup/src
- Timestamp:
- Feb 7, 2007, 9:11:22 PM (18 years ago)
- Location:
- branches/cleanup/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/lib/sound/Makefile.am
r9869 r10572 11 11 ogg_player.cc 12 12 13 noinst_HEADERS = sound_engine.h \ 14 sound_source.h \ 15 sound_buffer.h \ 16 sound_buffer_data.h \ 17 resource_sound_buffer.h \ 18 ogg_player.h 13 noinst_HEADERS = \ 14 alincl.h \ 15 sound_engine.h \ 16 sound_source.h \ 17 sound_buffer.h \ 18 sound_buffer_data.h \ 19 resource_sound_buffer.h \ 20 ogg_player.h -
branches/cleanup/src/world_entities/effects/trail.cc
r10511 r10572 21 21 #include "util/loading/load_param.h" 22 22 #include "util/loading/factory.h" 23 24 #include "quaternion.h"25 #include "vector.h"26 23 27 24 #include "graphics_engine.h" -
branches/cleanup/src/world_entities/weapons/acid_launcher.cc
r10539 r10572 28 28 #include <iterator> 29 29 #include "util/state.h" 30 31 #include "math/quaternion.h"32 30 33 31 #include "util/loading/factory.h" -
branches/cleanup/src/world_entities/weapons/spike_launcher.cc
r10419 r10572 29 29 #include <iterator> 30 30 #include "util/state.h" 31 32 #include "math/quaternion.h"33 31 34 32 #include "util/loading/factory.h" -
branches/cleanup/src/world_entities/weapons/spike_thrower.cc
r10516 r10572 28 28 29 29 #include <list> 30 #include <iterator>31 30 #include "util/state.h" 32 33 #include "math/quaternion.h"34 31 35 32 #include "util/loading/factory.h" -
branches/cleanup/src/world_entities/weapons/swarm_launcher.cc
r10545 r10572 30 30 #include <iterator> 31 31 #include "util/state.h" 32 33 #include "math/quaternion.h"34 32 35 33 #include "util/loading/factory.h"
Note: See TracChangeset
for help on using the changeset viewer.