Add second loader for binary modules

This commit is contained in:
Bart van Strien
2011-08-12 13:49:49 +02:00
parent 873a99aba1
commit 59a407bc6d
4 changed files with 66 additions and 0 deletions
@@ -26,6 +26,9 @@
#include "wrap_File.h"
#include "wrap_FileData.h"
// SDL
#include <SDL_loadso.h>
namespace love
{
namespace filesystem
@@ -60,6 +63,7 @@ namespace physfs
int w_load(lua_State * L);
int w_getLastModified(lua_State * L);
int loader(lua_State * L);
int extloader(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_filesystem(lua_State * L);
} // physfs