mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Added EventInjectorPtr definition
This commit is contained in:
parent
fedb1a8025
commit
82a3c071e5
@ -23,5 +23,7 @@ namespace GUI
|
||||
EventInjector(MyGUI::Gui *g) : gui(g), enabled(true) {}
|
||||
void event(Type type, int index, const void *p);
|
||||
};
|
||||
|
||||
typedef boost::shared_ptr<EventInjector> EventInjectorPtr;
|
||||
}}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user