Add binding.

This commit is contained in:
Steve Checkoway
2007-08-19 00:10:33 +00:00
parent 50db5dc5f6
commit 97e7a6a1cb
+2
View File
@@ -783,6 +783,7 @@ public:
p->AddAttribute( iPos, attr ); p->AddAttribute( iPos, attr );
return 0; return 0;
} }
static int ClearAttributes( T* p, lua_State *L ) { p->ClearAttributes(); return 0; }
LunaBitmapText() LunaBitmapText()
{ {
@@ -795,6 +796,7 @@ public:
ADD_METHOD( jitter ); ADD_METHOD( jitter );
ADD_METHOD( GetText ); ADD_METHOD( GetText );
ADD_METHOD( AddAttribute ); ADD_METHOD( AddAttribute );
ADD_METHOD( ClearAttributes );
} }
}; };