Changeset 10114 in orxonox.OLD for trunk/src/world_entities/weather_effects/cloud_effect.cc
- Timestamp:
- Dec 19, 2006, 11:55:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weather_effects/cloud_effect.cc
r10034 r10114 30 30 #include "resource_shader.h" 31 31 32 #include "class_id_DEPRECATED.h" 32 33 33 34 34 Vector CloudEffect::cloudColor; … … 41 41 float CloudEffect::fadeTime; 42 42 43 ObjectListDefinition ID(CloudEffect, CL_CLOUD_EFFECT);43 ObjectListDefinition(CloudEffect); 44 44 45 45
Note: See TracChangeset
for help on using the changeset viewer.