Lephisto/src/misn_lua.h
2013-04-20 14:58:14 +01:00

12 lines
209 B
C

#pragma once
#include "lua.h"
// Check if a flag exists on the variable stack.
int var_checkflag(char* str);
void var_cleanup(void);
// Load the libraries for a lua state.
int misn_loadLibs(lua_State* L);