Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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
  13.