From 8c27290245b7bcc7cd2f72f3b4a7562294b43bbe Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 23 Jun 2020 16:25:36 +0200 Subject: Split directories better --- mcserverproxy/announce.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mcserverproxy/announce.h (limited to 'mcserverproxy/announce.h') diff --git a/mcserverproxy/announce.h b/mcserverproxy/announce.h new file mode 100644 index 0000000..77a36f2 --- /dev/null +++ b/mcserverproxy/announce.h @@ -0,0 +1,14 @@ +#ifndef fooannouncehfoo +#define fooannouncehfoo + +void announce_refdump(); + +void announce_delete(); + +void announce_stop(); + +void announce_start(unsigned duration); + +void announce_init(); + +#endif -- cgit v1.2.3