Re-added Data:getPointer (can be used with LuaJIT's FFI)

This commit is contained in:
Alex Szpakowski
2013-08-29 17:16:21 -03:00
parent 4c4a385ce6
commit c15fc4453b
7 changed files with 14 additions and 0 deletions
+1
View File
@@ -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 },