summaryrefslogtreecommitdiffhomepage
path: root/src/sst.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-07-31 16:02:10 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-08-10 22:40:52 +0100
commit5e921bf59373d79d27c322ff86e8b5a37b151e45 (patch)
tree4d40e39543b085ce4c8cb9b1a7b3c0108de680c0 /src/sst.h
parentc8d7588251fd4fe63ac6afe2a90ca7066c786609 (diff)
Add magical feature codegen system, at long last
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