Changeset 7193 in orxonox.OLD for trunk/src/world_entities/elements
- Timestamp:
- Mar 7, 2006, 5:05:50 PM (19 years ago)
- Location:
- trunk/src/world_entities/elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/elements/image_entity.cc
r7016 r7193 18 18 #include "image_entity.h" 19 19 20 #include " load_param.h"21 #include " factory.h"20 #include "util/loading/load_param.h" 21 #include "util/loading/factory.h" 22 22 23 23 #include "graphics_engine.h" -
trunk/src/world_entities/elements/text_element.cc
r7021 r7193 18 18 #include "text_element.h" 19 19 20 #include " load_param.h"21 #include " factory.h"20 #include "util/loading/load_param.h" 21 #include "util/loading/factory.h" 22 22 23 23 #include "graphics_engine.h"
Note: See TracChangeset
for help on using the changeset viewer.