expermienting with DEFINE_METHOD macro for Lua methods

This commit is contained in:
Chris Danford
2005-09-10 02:47:04 +00:00
parent 9580a5f8a4
commit 65d71a4f23
46 changed files with 408 additions and 371 deletions
+3 -2
View File
@@ -468,8 +468,9 @@ public:
static void Register(lua_State *L)
{
ADD_METHOD( GetPreference )
ADD_METHOD( SetPreference )
ADD_METHOD( GetPreference );
ADD_METHOD( SetPreference );
Luna<T>::Register( L );
// Add global singleton if constructed already. If it's not constructed yet,