Changeset 6231 for code/branches
- Timestamp:
- Dec 3, 2009, 7:33:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/BaseSound.h
r6203 r6231 99 99 std::string source_; 100 100 float volume_; 101 float pitch_;102 101 bool bLoop_; 103 102 State state_; 103 float pitch_; 104 104 DataStreamPtr dataStream_; 105 105 };
Note: See TracChangeset
for help on using the changeset viewer.