Changeset 5963 in orxonox.OLD for branches/avi_play
- Timestamp:
- Dec 7, 2005, 3:02:12 PM (19 years ago)
- Location:
- branches/avi_play/src
- Files:
-
- 3 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 -
branches/avi_play/src/subprojects/importer/Makefile.am
r5924 r5963 24 24 $(MAINSRCDIR)/lib/math/vector.cc \ 25 25 $(MAINSRCDIR)/util/loading/resource_manager.cc \ 26 $(MAINSRCDIR)/lib/ util/ini_parser.cc \26 $(MAINSRCDIR)/lib/parser/ini_parser/ini_parser.cc \ 27 27 $(MAINSRCDIR)/lib/coord/p_node.cc \ 28 28 $(MAINSRCDIR)/lib/coord/null_parent.cc \ … … 52 52 $(MAINSRCDIR)/lib/math/vector.cc \ 53 53 $(MAINSRCDIR)/util/loading/resource_manager.cc \ 54 $(MAINSRCDIR)/lib/ util/ini_parser.cc \54 $(MAINSRCDIR)/lib/parser/ini_parser/ini_parser.cc \ 55 55 $(MAINSRCDIR)/lib/coord/p_node.cc \ 56 56 $(MAINSRCDIR)/lib/coord/null_parent.cc \
Note: See TracChangeset
for help on using the changeset viewer.