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