New models; using raft
This commit is contained in:
@@ -12,6 +12,7 @@ struct LuaData {
|
||||
std::vector<int> setup_handlers;
|
||||
int setup_handler();
|
||||
int call_handler(const Ogre::String &event);
|
||||
int call_handler(const Ogre::String &event, flecs::entity e);
|
||||
|
||||
LuaData();
|
||||
virtual ~LuaData();
|
||||
|
||||
Reference in New Issue
Block a user