mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Re-added Data:getPointer (can be used with LuaJIT's FFI)
This commit is contained in:
@@ -52,6 +52,7 @@ static const luaL_Reg w_FileData_functions[] =
|
||||
{
|
||||
// Data
|
||||
{ "getString", w_Data_getString },
|
||||
{ "getPointer", w_Data_getPointer },
|
||||
{ "getSize", w_Data_getSize },
|
||||
|
||||
{ "getFilename", w_FileData_getFilename },
|
||||
|
||||
Reference in New Issue
Block a user