Added the getString method to all Data objects (issue #608)

This commit is contained in:
Alex Szpakowski
2013-04-26 22:35:01 -07:00
parent 16f3a93f28
commit fb9f8d2962
8 changed files with 73 additions and 12 deletions
+2
View File
@@ -31,6 +31,8 @@ namespace image
{
CompressedData *luax_checkcompresseddata(lua_State *L, int idx);
int w_CompressedData_getString(lua_State *L);
int w_CompressedData_getSize(lua_State *L);
int w_CompressedData_getWidth(lua_State *L);
int w_CompressedData_getHeight(lua_State *L);
int w_CompressedData_getDimensions(lua_State *L);