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
@@ -31,13 +31,11 @@ namespace love
{
namespace sound
{
int _wrap_newSoundData(lua_State * L);
int _wrap_newDecoder(lua_State * L);
int wrap_Sound_open(lua_State * L);
int w_newSoundData(lua_State * L);
int w_newDecoder(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_sound(lua_State * L);
} // sound
} // love
#endif // LOVE_SOUND_WRAP_SOUND_H
extern "C" LOVE_EXPORT int luaopen_love_sound(lua_State * L);