Changeset 2166 in orxonox.OLD for orxonox/branches
- Timestamp:
- Jul 15, 2004, 10:21:14 PM (20 years ago)
- Location:
- orxonox/branches/chris/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/collision.h
r2014 r2166 11 11 #include <stdlib.h> 12 12 #include <stdio.h> 13 #include <string s.h>13 #include <string.h> 14 14 15 15 //! Tree structure used by the CollisionCluster -
orxonox/branches/chris/src/command_node.cc
r2141 r2166 21 21 22 22 #include <stdio.h> 23 #include <string s.h>23 #include <string.h> 24 24 #include <stdlib.h> 25 25 -
orxonox/branches/chris/src/orxonox.cc
r2165 r2166 29 29 #include "data_tank.h" 30 30 #include "command_node.h" 31 #include <string s.h>31 #include <string.h> 32 32 33 33 using namespace std; … … 36 36 \brief create a new Orxonox 37 37 */ 38 Orxonox::Orxonox () 38 Orxonox::Orxonox () 39 39 { 40 40 pause = false;
Note: See TracChangeset
for help on using the changeset viewer.