aboutsummaryrefslogtreecommitdiff
path: root/common.h
blob: b316f2034c66c68a3ef061a5367a93ec884b5c68 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#include "luaT/luaT.h"
#include <stdio.h>
#include <stdlib.h>

int nerv_error(lua_State *L, const char *err_mesg_fmt, ...); 
int nerv_error_method_not_implemented(lua_State *L);