92c59963f
eb3cc729d
1 2 3 4 5 6 7
8
#pragma once struct lua_State; class ManualBindings { public: static void Bind( lua_State* tolua_S ); };