summaryrefslogtreecommitdiff
path: root/inc/demo.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/demo.h')
-rw-r--r--inc/demo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/demo.h b/inc/demo.h
index 8b99477..2ee9420 100644
--- a/inc/demo.h
+++ b/inc/demo.h
@@ -119,6 +119,8 @@ int readdemochunks(FILE *fp, demodata *dd, unsigned char ver);
int writedemoheader(FILE *outfile, demoheader *header);
int writedemotimeline(FILE *outfile, demotimeline *timeline);
int writedemomap(FILE *outfile, demomap *map, int mapsize, unsigned char version);
+
int writedemotick(FILE *outfile, demotick *tick, unsigned char version);
+int writedemosnap(FILE *outfile, demosnap *snap, unsigned char version);
#endif // DEMO_H