misc/liblua/lapi.h
author Wuzzy <almikes@aol.com>
Tue, 15 Nov 2016 01:25:37 +0100
changeset 11881 34ede05e4d4f
parent 2812 0a24853de796
permissions -rw-r--r--
Remove old Fort Mode from frontend Part of ripping out Fort Mode from game schemes. This time for real. - Remove the game modifier button "Fort Mode" - Remove the scheme "Fort Mode" - Remove some fort mode handling code - Keep gfForts symbol to not mess up things too much - Old schemes are still supported, the fortsmode parameter is just ignored

/*
** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/

#ifndef lapi_h
#define lapi_h


#include "lobject.h"


LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);

#endif