Changeset 9761 in orxonox.OLD for branches/new_class_id/src
- Timestamp:
- Sep 19, 2006, 3:47:07 PM (18 years ago)
- Location:
- branches/new_class_id/src
- Files:
-
- 4 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/Makefile.am
r9760 r9761 6 6 libORXgraphics_a_SOURCES = \ 7 7 graphics_engine.cc \ 8 graphics_effect.cc \ 8 9 light.cc \ 9 10 shader.cc \ … … 22 23 noinst_HEADERS =\ 23 24 graphics_engine.h \ 25 graphics_effect.h \ 24 26 light.h \ 25 27 shader.h \ -
branches/new_class_id/src/lib/graphics/graphics_engine.cc
r9760 r9761 35 35 #include "texture.h" 36 36 37 #include " weather_effects/graphics_effect.h"37 #include "graphics_effect.h" 38 38 39 39 #include "shell_command.h" -
branches/new_class_id/src/story_entities/game_world_data.cc
r9760 r9761 44 44 45 45 #include "graphics_engine.h" 46 #include " weather_effects/graphics_effect.h"46 #include "graphics_effect.h" 47 47 #include "weather_effects/atmospheric_engine.h" 48 48 #include "event_handler.h" -
branches/new_class_id/src/world_entities/WorldEntities.am
r9760 r9761 89 89 \ 90 90 \ 91 world_entities/weather_effects/graphics_effect.cc \92 91 world_entities/weather_effects/atmospheric_engine.cc \ 93 92 world_entities/weather_effects/weather_effect.cc \ … … 192 191 \ 193 192 \ 194 weather_effects/graphics_effect.h \195 193 weather_effects/atmospheric_engine.h \ 196 194 weather_effects/weather_effect.h \
Note: See TracChangeset
for help on using the changeset viewer.