Added highscore functionality
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef HIGHSCORE_H
|
||||
#define HIGHSCORE_H
|
||||
|
||||
void highscore_reset(void);
|
||||
void highscore_load(struct gamestate *g);
|
||||
void highscore_save(struct gamestate *g);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user