Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9761 in orxonox.OLD


Ignore:
Timestamp:
Sep 19, 2006, 3:47:07 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: moved the graphics_effect back to the lib as the GraphicsEngine is dependant on it

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  
    66libORXgraphics_a_SOURCES = \
    77                graphics_engine.cc \
     8                graphics_effect.cc \
    89                light.cc \
    910                shader.cc \
     
    2223noinst_HEADERS =\
    2324                graphics_engine.h \
     25                graphics_effect.h \
    2426                light.h \
    2527                shader.h \
  • branches/new_class_id/src/lib/graphics/graphics_engine.cc

    r9760 r9761  
    3535#include "texture.h"
    3636
    37 #include "weather_effects/graphics_effect.h"
     37#include "graphics_effect.h"
    3838
    3939#include "shell_command.h"
  • branches/new_class_id/src/story_entities/game_world_data.cc

    r9760 r9761  
    4444
    4545#include "graphics_engine.h"
    46 #include "weather_effects/graphics_effect.h"
     46#include "graphics_effect.h"
    4747#include "weather_effects/atmospheric_engine.h"
    4848#include "event_handler.h"
  • branches/new_class_id/src/world_entities/WorldEntities.am

    r9760 r9761  
    8989                \
    9090                \
    91                 world_entities/weather_effects/graphics_effect.cc \
    9291                world_entities/weather_effects/atmospheric_engine.cc \
    9392                world_entities/weather_effects/weather_effect.cc \
     
    192191                \
    193192                \
    194                 weather_effects/graphics_effect.h \
    195193                weather_effects/atmospheric_engine.h \
    196194                weather_effects/weather_effect.h \
Note: See TracChangeset for help on using the changeset viewer.