Added many comments, and changed function names for wrapper functions.

This commit is contained in:
rude
2009-08-09 21:08:55 +02:00
parent f2adfd53f2
commit ba1a75e547
103 changed files with 2608 additions and 2391 deletions
+3 -5
View File
@@ -29,13 +29,11 @@ namespace love
{
namespace image
{
int _wrap_getFormats(lua_State * L);
int _wrap_newImageData(lua_State * L);
int wrap_Image_open(lua_State * L);
int w_getFormats(lua_State * L);
int w_newImageData(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_image(lua_State * L);
} // image
} // love
#endif // LOVE_IMAGE_WRAP_IMAGE_H
extern "C" LOVE_EXPORT int luaopen_love_image(lua_State * L);