- Timestamp:
- Feb 3, 2006, 3:04:03 PM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/simple_game_menu.cc
r6992 r7016 28 28 #include "p_node.h" 29 29 #include "world_entity.h" 30 #include " image_entity.h"30 #include "elements/image_entity.h" 31 31 #include "terrain.h" 32 32 #include "camera.h" -
trunk/src/world_entities/Makefile.am
r7002 r7016 24 24 world_entities/character_attributes.cc \ 25 25 world_entities/test_entity.cc \ 26 world_entities/image_entity.cc \27 26 world_entities/planet.cc \ 28 27 \ … … 62 61 \ 63 62 world_entities/environments/water.cc \ 64 world_entities/environments/model_entity.cc 63 world_entities/environments/model_entity.cc \ 64 \ 65 world_entities/elements/image_entity.cc 66 65 67 66 68 WorldEntities_HEADERS_ = \ … … 82 84 world_entities/character_attributes.h \ 83 85 world_entities/test_entity.h \ 84 world_entities/image_entity.h \85 86 world_entities/planet.h \ 86 87 \ … … 118 119 \ 119 120 world_entities/environments/water.h \ 120 world_entities/environments/model_entity.h 121 world_entities/environments/model_entity.h \ 122 \ 123 world_entities/elements/image_entity.h 124
Note: See TracChangeset
for help on using the changeset viewer.