PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
luaevents_core_engine.h
1 #ifndef BINDINGCORE_EVENTS_ENGINE_H
2 #define BINDINGCORE_EVENTS_ENGINE_H
3 
4 #include "../../../lua_event.h"
5 
7 {
8 public:
9  static LuaEvent createInitEngineEvent(LuaEngine* engine);
10  static LuaEvent createLoopEvent(LuaEngine* engine, float ticks);
11 };
12 
13 #endif // BINDINGCORE_EVENTS_ENGINE_H
Definition: luaevents_core_engine.h:6
This class should have basic functions for interacting with lua To run the lua engine you have to con...
Definition: lua_engine.h:27
Definition: lua_event.h:13