Changeset 5963 in orxonox.OLD for branches/avi_play/src/lib
- Timestamp:
- Dec 7, 2005, 3:02:12 PM (19 years ago)
- Location:
- branches/avi_play/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/lib/math/vector.h
r5692 r5963 21 21 */ 22 22 23 #ifndef _ VECTOR_H24 #define _ VECTOR_H23 #ifndef __VECTOR_H_ 24 #define __VECTOR_H_ 25 25 26 26 #include <math.h> … … 318 318 319 319 320 #endif /* _ VECTOR_H*/321 320 #endif /* ___VECTOR_H_ */ 321 -
branches/avi_play/src/lib/sound/sound_engine.cc
r5961 r5963 289 289 290 290 // INITIALIZING THE DEVICE: 291 #if def AL_VERSION_1_1291 #ifndef AL_VERSION_1_1 292 292 ALubyte deviceName[] = 293 293 #else
Note: See TracChangeset
for help on using the changeset viewer.