diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-31 16:02:10 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-08-10 22:40:52 +0100 |
commit | 5e921bf59373d79d27c322ff86e8b5a37b151e45 (patch) | |
tree | 4d40e39543b085ce4c8cb9b1a7b3c0108de680c0 /src/sst.h | |
parent | c8d7588251fd4fe63ac6afe2a90ca7066c786609 (diff) |
Add magical feature codegen system, at long last
Diffstat (limited to 'src/sst.h')
-rw-r--r-- | src/sst.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |