mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Added the getString method to all Data objects (issue #608)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user