diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-07 19:48:13 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-07 19:48:13 +0100 |
| commit | e266d45b055a61f51066c469733ce17d3ee524eb (patch) | |
| tree | 44619dc72cb8228d199f258e68c1508d8ce81647 /inc/demo.h | |
| parent | a883cabd1df1f440a027d1f936bbebe5a71dba36 (diff) | |
added write snap, fixed some bugs
Diffstat (limited to 'inc/demo.h')
| -rw-r--r-- | inc/demo.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
