Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5231 → Rev 5232

/programs/games/2048/config.h
0,0 → 1,12
#ifndef CONFIG_H
#define CONFIG_H
 
#include "defines.h"
 
// Get saved highscore
__u32 config_load_highscore();
 
// Save current highscore
void config_save_highscore(__u32 score);
 
#endif // CONFIG_H