mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Add second loader for binary modules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user