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