mirror of
https://github.com/love2d/love.git
synced 2026-08-21 05:00:08 +02:00
fixed typo in wrapper function declaration
This commit is contained in:
@@ -34,7 +34,7 @@ namespace opengl
|
|||||||
Image * luax_checkimage(lua_State * L, int idx);
|
Image * luax_checkimage(lua_State * L, int idx);
|
||||||
int w_Image_getWidth(lua_State * L);
|
int w_Image_getWidth(lua_State * L);
|
||||||
int w_Image_getHeight(lua_State * L);
|
int w_Image_getHeight(lua_State * L);
|
||||||
int w_Image_setFIlter(lua_State * L);
|
int w_Image_setFilter(lua_State * L);
|
||||||
int luaopen_image(lua_State * L);
|
int luaopen_image(lua_State * L);
|
||||||
|
|
||||||
} // opengl
|
} // opengl
|
||||||
|
|||||||
Reference in New Issue
Block a user