mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added the getString method to all Data objects (issue #608)
This commit is contained in:
@@ -29,6 +29,7 @@ namespace love
|
||||
{
|
||||
|
||||
Data *luax_checkdata(lua_State *L, int idx);
|
||||
int w_Data_getString(lua_State *L);
|
||||
int w_Data_getSize(lua_State *L);
|
||||
int w_Data_open(lua_State *L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user