Minor changes and addition of License

This commit is contained in:
2022-01-16 02:23:13 +11:00
parent 67426fac09
commit aab5682965
9 changed files with 865 additions and 160 deletions

View File

@ -36,6 +36,14 @@ struct pastseg
bool isReset;
};
extern char *gameTitle;
extern char *categoryTitle;
extern int segCount;
extern struct segment *pbrun;
extern struct segment *bestsegs;
extern struct segment *wrrun;
extern struct segment *segments;
void sub_timespec(struct timespec t1, struct timespec t2, struct timespec* td);
void add_timespec(struct timespec t1, struct timespec t2, struct timespec* td);
void start();