use templated classes instead of macros for easier debugging

This commit is contained in:
Chris Danford
2005-01-31 08:05:27 +00:00
parent 505dab87c2
commit 68dd253720
11 changed files with 183 additions and 171 deletions
-4
View File
@@ -979,10 +979,6 @@ void Actor::PlayCommand( const CString &sCommandName )
RunCommands( *it->second );
}
void Actor::PushSelf( lua_State *L )
{
Luna<Actor,LuaActor>::Push( L, this );
}
/*
* (c) 2001-2004 Chris Danford