store relative timestamps in save and bones

This commit is contained in:
nhmall
2026-04-13 06:39:54 -04:00
parent 7ed50f6ef8
commit 337c5189dd
3 changed files with 37 additions and 2 deletions

View File

@@ -2827,6 +2827,8 @@ extern void freedynamicdata(void);
extern void store_savefileinfo(NHFILE *) NONNULLARG1;
extern void store_savefileinfo(NHFILE *) NONNULLARG1;
extern int nhdatatypes_size(void);
extern void moves_to_relative_time(long *);
extern void relative_time_to_moves(long *);
#if 0
extern void assignlog(char *, char*, int);
extern FILE *getlog(NHFILE *);