Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8405 in orxonox.OLD


Ignore:
Timestamp:
Jun 14, 2006, 5:31:34 PM (18 years ago)
Author:
bensch
Message:

hups doubly defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/account.cc

    r8404 r8405  
    4040    };
    4141
    42 tScriptClass<Account> global_ACCOUNT_ScriptableClass("Account", CL_ACCOUNT, (new ScriptMethod())->addMethod("deposit", ExecutorLua1<Account, float>(&Account::deposit)));
    43 
    4442CREATE_SCRIPTABLE_CLASS(Account, CL_ACCOUNT,
    4543                        addMethod("deposit", ExecutorLua1<Account, float>(&Account::deposit))
Note: See TracChangeset for help on using the changeset viewer.