mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
10 lines
165 B
C
10 lines
165 B
C
#ifndef WF_TIMER_H
|
|
#define WF_TIMER_H
|
|
|
|
#include <wf/timer/api.h>
|
|
#include <wf/timer/on_timer_fn.h>
|
|
#include <wf/timer/timer.h>
|
|
#include <wf/timer/manager.h>
|
|
|
|
#endif
|