Changeset 9230 in orxonox.OLD for branches/presentation/src/world_entities/space_ships/helicopter.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/helicopter.h
r8783 r9230 39 39 40 40 virtual void process(const Event &event); 41 41 42 42 virtual void moveUp(bool move){bAscend = move;}; 43 43 virtual void moveDown(bool move){bDescend = move;}; … … 78 78 float airViscosity; 79 79 80 OrxSound::SoundSource soundSource;81 OrxSound::SoundBuffer* chopperBuffer;80 OrxSound::SoundSource soundSource; 81 OrxSound::SoundBuffer* chopperBuffer; 82 82 83 83 };
Note: See TracChangeset
for help on using the changeset viewer.