diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-07 14:49:43 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-07 14:49:43 +0100 |
| commit | aa6b62c010240c2dca5d37c6b5fc6ff4c2b80d99 (patch) | |
| tree | 6bd646d9e0f51355ed420c5a1f71063a8ec93fdd /inc/demo.h | |
| parent | 98cd0c228f14b1c336a106bacf917b89318948cf (diff) | |
start write chunk tick
Diffstat (limited to 'inc/demo.h')
| -rw-r--r-- | inc/demo.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,5 +119,6 @@ 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); #endif // DEMO_H |
