aboutsummaryrefslogtreecommitdiff
path: root/broadcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'broadcast.h')
-rw-r--r--broadcast.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/broadcast.h b/broadcast.h
new file mode 100644
index 0000000..6ad5aad
--- /dev/null
+++ b/broadcast.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "global.h"
+
+
+void broadcast_online_change(i64 userid);