@ -39,5 +39,5 @@ gmon.out
test-driver
/assets/html/_documentation.html
tags
trevent.h
trevent.h.in
/trevent.h
/trevent.h.in
@ -0,0 +1,11 @@
#ifndef __TR_EVENT_H__
#define __TR_EVENT_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: