Changeset 9760 in orxonox.OLD for branches/new_class_id/src/lib/graphics
- Timestamp:
- Sep 19, 2006, 3:44:38 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/Makefile.am
r9006 r9760 18 18 text_engine/limited_width_text.cc \ 19 19 text_engine/font.cc \ 20 text_engine/font_data.cc \ 21 \ 22 effects/graphics_effect.cc \ 23 effects/atmospheric_engine.cc \ 24 effects/weather_effect.cc \ 25 effects/sun_effect.cc \ 26 effects/fog_effect.cc \ 27 effects/volfog_effect.cc \ 28 effects/rain_effect.cc \ 29 effects/snow_effect.cc \ 30 effects/cloud_effect.cc \ 31 effects/lightning_effect.cc \ 32 effects/lense_flare.cc 20 text_engine/font_data.cc 33 21 34 22 noinst_HEADERS =\ … … 47 35 text_engine/font.h \ 48 36 text_engine/font_data.h \ 49 text_engine/default_font.xpm \ 50 \ 51 effects/graphics_effect.h \ 52 effects/atmospheric_engine.h \ 53 effects/weather_effect.h \ 54 effects/sun_effect.h \ 55 effects/fog_effect.h \ 56 effects/volfog_effect.h \ 57 effects/rain_effect.h \ 58 effects/snow_effect.h \ 59 effects/cloud_effect.h \ 60 effects/lightning_effect.h \ 61 effects/lense_flare.h 37 text_engine/default_font.xpm 62 38 63 39 -
branches/new_class_id/src/lib/graphics/graphics_engine.cc
r9727 r9760 35 35 #include "texture.h" 36 36 37 #include "effects/graphics_effect.h" 38 #include "effects/fog_effect.h" 39 #include "effects/lense_flare.h" 37 #include "weather_effects/graphics_effect.h" 40 38 41 39 #include "shell_command.h"
Note: See TracChangeset
for help on using the changeset viewer.