#ifndef LUA_MISC_H #define LUA_MISC_H #include "luamain.h" namespace lua { void RegisterMisc(lua::state &st); } #endif