Renamed files timer* to eventtimer*

This commit is contained in:
Martin Preuss
2023-10-13 00:48:47 +02:00
parent 16e08d623d
commit a3f866f69c
5 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ typedef struct AQH_EVENT_HANDLER AQH_EVENT_HANDLER;
GWEN_INHERIT_FUNCTION_LIB_DEFS(AQH_EVENT_HANDLER, AQHOME_API)
GWEN_LIST_FUNCTION_LIB_DEFS(AQH_EVENT_HANDLER, AQH_EventHandler, AQHOME_API)
#include "aqhome/events/timer.h"
#include "aqhome/events/eventtimer.h"
#include "aqhome/events/eventsubscription.h"