Changeset 3608 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Mar 20, 2005, 11:37:26 PM (20 years ago)
- Location:
- orxonox/trunk/src/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/null_parent.cc
r3607 r3608 20 20 #include "null_parent.h" 21 21 #include "stdincl.h" 22 #include "vector.h" 23 #include "list.h" 22 24 23 25 -
orxonox/trunk/src/lib/coord/p_node.cc
r3607 r3608 23 23 #include "stdincl.h" 24 24 25 #include "error.h" 26 #include "debug.h" 27 #include "list.h" 28 #include "vector.h" 25 29 #include "null_parent.h" 30 31 26 32 //#include "vector.h" 27 33 //#include "quaternion.h" … … 479 485 if( this->bRelDirChanged || this->bAbsDirChanged) 480 486 pn->parentDirChanged (); 487 481 488 pn->update(); 482 489 pn = this->children->nextElement(); -
orxonox/trunk/src/lib/coord/p_node.h
r3607 r3608 23 23 24 24 #include "base_object.h" 25 #include "vector.h"25 //#include "vector.h" 26 26 27 27 // FORWARD DEFINITION \\ -
orxonox/trunk/src/lib/graphics/light.cc
r3603 r3608 21 21 22 22 #include "glincl.h" 23 #include "vector.h" 23 24 24 25 using namespace std;
Note: See TracChangeset
for help on using the changeset viewer.