Changeset 9234 in orxonox.OLD for branches/presentation/src/world_entities/space_ships/hover.h
- Timestamp:
- Jul 5, 2006, 2:31:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/space_ships/hover.h
r9230 r9234 8 8 #define _HOVER_H 9 9 10 #include "sound_buffer.h"11 #include "sound_source.h"10 //#include "sound_buffer.h" 11 //#include "sound_source.h" 12 12 13 13 #include "playable.h" … … 73 73 WorldEntity* hitEntity; 74 74 75 OrxSound::SoundSource soundSource;76 OrxSound::SoundBuffer* hoverBuffer;75 //OrxSound::SoundSource soundSource; 76 //OrxSound::SoundBuffer* hoverBuffer; 77 77 }; 78 78
Note: See TracChangeset
for help on using the changeset viewer.