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