You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
247 B
12 lines
247 B
#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"
|
|
#include "tr/event_thread.h"
|
|
|
|
#endif // __TR_EVENT_H__
|
|
|
|
// vim: set ts=4 sw=4:
|