summaryrefslogtreecommitdiffhomepage
path: root/src/sst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sst.h')
-rw-r--r--src/sst.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sst.h b/src/sst.h
index 247346b..d432480 100644
--- a/src/sst.h
+++ b/src/sst.h
@@ -19,7 +19,12 @@
#include "event.h"
+/* misc stuff that doesn't belong anywhere else */
+
DECL_EVENT(ClientActive)
+DECL_EVENT(Tick)
+
+extern void *clientlib;
#endif