#ifndef AVHLUABASE_H #define AVHLUABASE_H extern "C" { #include #include #include } int AvHLUABase_Blank(lua_State *L); int AvHLUABase_Print(lua_State *L); int AvHLUABase_Client(lua_State *L); #endif