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
+1 -1
View File
@@ -86,8 +86,8 @@ int w_SoundData_getSample(lua_State *L)
static const luaL_Reg functions[] =
{
// Data
{ "getString", w_Data_getString },
{ "getSize", w_Data_getSize },
{ "getChannels", w_SoundData_getChannels },