Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 18, 2006, 10:06:19 PM (18 years ago)
Author:
bensch
Message:

new_class_id: hups… this was bad naming… confusing too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/graphics/effects/rain_effect.cc

    r9746 r9757  
    4444
    4545
    46 CREATE_SCRIPTABLE_CLASS(RainEffect, RainEffect::classID(),
     46CREATE_SCRIPTABLE_CLASS(RainEffect,
    4747                        addMethod("startRaining", Executor0<RainEffect, lua_State*>(&RainEffect::startRaining))
    4848                            ->addMethod("stopRaining", Executor0<RainEffect, lua_State*>(&RainEffect::stopRaining))
Note: See TracChangeset for help on using the changeset viewer.