Changeset 10591 in orxonox.OLD for branches/cleanup/src/world_entities/effects
- Timestamp:
- Feb 13, 2007, 4:42:33 PM (18 years ago)
- Location:
- branches/cleanup/src/world_entities/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/effects/billboard.cc
r10501 r10591 22 22 #include "glincl.h" 23 23 #include "state.h" 24 #include " cameraman.h"25 #include " camera.h"24 #include "tools/cameraman.h" 25 #include "tools/camera.h" 26 26 27 27 #include "debug.h" -
branches/cleanup/src/world_entities/effects/wobblegrid.cc
r10557 r10591 24 24 #include "grid.h" 25 25 26 #include " cameraman.h"27 #include " camera.h"28 29 #include < assert.h>26 #include "tools/cameraman.h" 27 #include "tools/camera.h" 28 29 #include <cassert> 30 30 #include "debug.h" 31 31
Note: See TracChangeset
for help on using the changeset viewer.