1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 07:15:32 +00:00

Added EventInjectorPtr definition

This commit is contained in:
Nicolay Korslund 2010-07-17 19:29:39 +02:00
parent fedb1a8025
commit 82a3c071e5

View file

@ -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