X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=highscores.h;h=0c4ae54131fe58546f0a2798652a56d05af5d636;hb=e311bbe2fa903a7e2a922f202f389b799193195d;hp=37d00603b778fe6d95738d7ec0f04196fd1dc608;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index 37d0060..0c4ae54 100644 --- a/highscores.h +++ b/highscores.h @@ -105,7 +105,7 @@ static aatree_ptr highscore_set_user_nickname( u64 steamid, char nick[16] ); static aatree_ptr highscores_push_record( highscore_record *record ); static void highscores_board_generate( char *buf, u32 id, u32 count ); static void highscores_init( u32 pool_size, u32 playerinfo_pool_size ); -static int highscores_read(void); +static int highscores_read( const char *path ); static void highscores_create_db(void); static int highscores_serialize_all(void);