mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
now I removed it from the wrap :)
--HG-- branch : new-conf-flag-for-android-2
This commit is contained in:
@@ -76,12 +76,6 @@ int w_setAndroidSaveExternal(lua_State *L)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int w_isAndroidSaveExternal(lua_State *L)
|
||||
{
|
||||
luax_pushboolean(L, instance()->isAndroidSaveExternal());
|
||||
return 1;
|
||||
}
|
||||
|
||||
int w_setIdentity(lua_State *L)
|
||||
{
|
||||
const char *arg = luaL_checkstring(L, 1);
|
||||
|
||||
Reference in New Issue
Block a user