source: abuse/trunk/src/include/loadgame.hpp @ 39

Last change on this file since 39 was 39, checked in by Sam Hocevar, 15 years ago
  • Fix almost 2,000 warnings by using proper "const" keywords where needed.
File size: 283 bytes
Line 
1#ifndef __LOADGAME_HPP__
2#define __LOADGAME_HPP__
3
4int show_load_icon();
5int load_game(int show_all, char const *title);
6void get_savegame_name(char *buf);  // buf should be at least 50 bytes
7void last_savegame_name(char *buf);
8void load_number_icons();
9int get_save_spot();
10
11#endif
Note: See TracBrowser for help on using the repository browser.