From 5e921bf59373d79d27c322ff86e8b5a37b151e45 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 31 Jul 2022 16:02:10 +0100 Subject: Add magical feature codegen system, at long last --- src/sst.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/sst.h') 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 -- cgit v1.2.3