Changeset 2815 in orxonox.OLD for orxonox/branches/sound/src/sound_test.h
- Timestamp:
- Nov 11, 2004, 6:16:00 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound/src/sound_test.h
r2793 r2815 1 1 2 #ifndef PROTO_CLASS_H3 #define PROTO_CLASS_H2 #ifndef SOUND_TEST_H 3 #define SOUND_TEST_H 4 4 5 5 #include "data_tank.h" 6 6 7 7 8 class ProtoClass{8 class SoundTest { 9 9 10 10 public: 11 ProtoClass();12 ~ ProtoClass();11 SoundTest (); 12 ~SoundTest (); 13 13 14 14 };
Note: See TracChangeset
for help on using the changeset viewer.