cleanup: use class registration to create actors

This commit is contained in:
Chris Danford
2005-02-23 02:14:06 +00:00
parent af4a407ffe
commit ef80deedc4
4 changed files with 37 additions and 72 deletions
+1
View File
@@ -10,6 +10,7 @@
// lua start
LUA_REGISTER_CLASS( ActorFrame )
// lua end
REGISTER_ACTOR_CLASS( ActorFrame );
ActorFrame::ActorFrame()
{