forked from teamnwah/openmw-tes3coop
Added EventInjectorPtr definition
This commit is contained in:
parent
fedb1a8025
commit
82a3c071e5
1 changed files with 2 additions and 0 deletions
|
@ -23,5 +23,7 @@ namespace GUI
|
||||||
EventInjector(MyGUI::Gui *g) : gui(g), enabled(true) {}
|
EventInjector(MyGUI::Gui *g) : gui(g), enabled(true) {}
|
||||||
void event(Type type, int index, const void *p);
|
void event(Type type, int index, const void *p);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef boost::shared_ptr<EventInjector> EventInjectorPtr;
|
||||||
}}
|
}}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue