1 2 3 4 5 6 7 8 9
#ifndef TEST_H #define TEST_H #include <lua.hpp> void print(lua_State *L, const char *s); void say(lua_State *L, const char *s); #endif