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
@@ -50,8 +50,8 @@ int w_FileData_getExtension(lua_State *L)
static const luaL_Reg w_FileData_functions[] =
{
// Data
{ "getString", w_Data_getString },
{ "getSize", w_Data_getSize },
{ "getFilename", w_FileData_getFilename },