Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5232 raandoom 1
#ifndef CONFIG_H
2
#define CONFIG_H
3
 
4
#include "defines.h"
5
 
6
// Get saved highscore
7
__u32 config_load_highscore();
8
 
9
// Save current highscore
10
void config_save_highscore(__u32 score);
11
 
12
#endif // CONFIG_H