diff options
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 |