mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added many comments, and changed function names for wrapper functions.
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
namespace love
|
||||
{
|
||||
Data * luax_checkdata(lua_State * L, int idx);
|
||||
int _wrap_Data_getPointer(lua_State * L);
|
||||
int _wrap_Data_getSize(lua_State * L);
|
||||
int wrap_Data_open(lua_State * L);
|
||||
int w_Data_getPointer(lua_State * L);
|
||||
int w_Data_getSize(lua_State * L);
|
||||
int w_Data_open(lua_State * L);
|
||||
|
||||
} // love
|
||||
|
||||
|
||||
Reference in New Issue
Block a user