Changeset 9716 in orxonox.OLD for branches/new_class_id/src/lib/graphics
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/graphics
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/effects/cloud_effect.cc
r9715 r9716 29 29 #include "script_class.h" 30 30 31 #include "class_id .h"31 #include "class_id_DEPRECATED.h" 32 32 33 33 Vector CloudEffect::cloudColor; -
branches/new_class_id/src/lib/graphics/effects/fog_effect.cc
r9715 r9716 29 29 SHELL_COMMAND(fadeout, FogEffect, fadeOutFog); 30 30 31 #include "class_id .h"31 #include "class_id_DEPRECATED.h" 32 32 33 33 CREATE_SCRIPTABLE_CLASS(FogEffect, FogEffect::classID(), -
branches/new_class_id/src/lib/graphics/effects/lense_flare.cc
r9715 r9716 33 33 #include "camera.h" 34 34 35 #include "class_id .h"35 #include "class_id_DEPRECATED.h" 36 36 37 37 ObjectListDefinitionID(LenseFlare, CL_LENSE_FLARE); -
branches/new_class_id/src/lib/graphics/effects/lightning_effect.cc
r9715 r9716 27 27 #include "cloud_effect.h" 28 28 #include "script_class.h" 29 #include "class_id .h"29 #include "class_id_DEPRECATED.h" 30 30 31 31 ObjectListDefinitionID(LightningEffect, CL_LIGHTNING_EFFECT); -
branches/new_class_id/src/lib/graphics/effects/rain_effect.cc
r9715 r9716 31 31 #include "script_class.h" 32 32 33 #include "class_id .h"33 #include "class_id_DEPRECATED.h" 34 34 35 35 ObjectListDefinitionID(RainEffect, CL_RAIN_EFFECT); -
branches/new_class_id/src/lib/graphics/effects/snow_effect.cc
r9715 r9716 30 30 #include "cloud_effect.h" 31 31 32 #include "class_id .h"32 #include "class_id_DEPRECATED.h" 33 33 34 34 ObjectListDefinitionID(SnowEffect, CL_SNOW_EFFECT); -
branches/new_class_id/src/lib/graphics/effects/volfog_effect.cc
r9715 r9716 47 47 48 48 49 #include "class_id .h"49 #include "class_id_DEPRECATED.h" 50 50 ObjectListDefinitionID(VolFogEffect, CL_VOLFOG_EFFECT); 51 51 CREATE_FACTORY(VolFogEffect); -
branches/new_class_id/src/lib/graphics/light.cc
r9715 r9716 27 27 #include "debug.h" 28 28 29 #include "class_id .h"29 #include "class_id_DEPRECATED.h" 30 30 31 31 ObjectListDefinitionID(Light, CL_LIGHT); -
branches/new_class_id/src/lib/graphics/render2D/image_plane.cc
r9715 r9716 24 24 25 25 26 #include "class_id .h"26 #include "class_id_DEPRECATED.h" 27 27 28 28 ObjectListDefinitionID(ImagePlane, CL_IMAGE_PLANE);
Note: See TracChangeset
for help on using the changeset viewer.