summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-07 19:48:13 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-07 19:48:13 +0100
commite266d45b055a61f51066c469733ce17d3ee524eb (patch)
tree44619dc72cb8228d199f258e68c1508d8ce81647 /inc
parenta883cabd1df1f440a027d1f936bbebe5a71dba36 (diff)
added write snap, fixed some bugs
Diffstat (limited to 'inc')
-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