Changeset 9109 in orxonox.OLD for branches/mountain_lake/src/lib/graphics/effects/snow_effect.cc
- Timestamp:
- Jul 4, 2006, 11:15:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/lib/graphics/effects/snow_effect.cc
r9006 r9109 27 27 #include "plane_emitter.h" 28 28 #include "shell_command.h" 29 #include "script_class.h" 29 30 30 31 #include "parser/tinyxml/tinyxml.h" … … 34 35 35 36 using namespace std; 37 38 CREATE_SCRIPTABLE_CLASS(SnowEffect, CL_SNOW_EFFECT, 39 addMethod("activate", ExecutorLua0<SnowEffect>(&SnowEffect::activate)) 40 ->addMethod("deactivate", ExecutorLua0<SnowEffect>(&SnowEffect::deactivate)) 41 ); 36 42 37 43 CREATE_FACTORY(SnowEffect, CL_SNOW_EFFECT);
Note: See TracChangeset
for help on using the changeset viewer.