trevent.h 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #ifndef __TR_EVENTLIB_H__ #define __TR_EVENTLIB_H__ #include "tr/event.h" #include "tr/event_handler.h" #include "tr/event_subject.h" #include "tr/event_dispatcher.h" #endif // __TR_EVENT_H__ // vim: set ts=4 sw=4: