Changeset 676 for code/branches/FICN/src/orxonox
- Timestamp:
- Dec 23, 2007, 3:36:30 AM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/CMakeLists.txt
r674 r676 29 29 objects/Model.cc 30 30 objects/Mesh.cc 31 objects/Light.cc 31 32 objects/SpaceShip.cc 32 33 objects/NPC.cc -
code/branches/FICN/src/orxonox/core/CoreIncludes.h
r670 r676 25 25 * 26 26 */ 27 28 #ifndef _CoreIncludes_H__ 29 #define _CoreIncludes_H__ 27 30 28 31 /** … … 137 140 } \ 138 141 varname = container##varname->getValue(varname) 142 143 #endif /* _CoreIncludes_H__ */ -
code/branches/FICN/src/orxonox/objects/CMakeLists.txt
r674 r676 9 9 Fighter.cc 10 10 Mesh.cc 11 Light.cc 11 12 Model.cc 12 13 NPC.cc
Note: See TracChangeset
for help on using the changeset viewer.