Last change
on this file since 608 was
49,
checked in by Sam Hocevar, 15 years ago
|
- Imported original public domain release, for future reference.
|
File size:
277 bytes
|
Rev | Line | |
---|
[49] | 1 | #ifndef __LOADGAME_HPP__ |
---|
| 2 | #define __LOADGAME_HPP__ |
---|
| 3 | |
---|
| 4 | int show_load_icon(); |
---|
| 5 | int load_game(int show_all, char *title); |
---|
| 6 | void get_savegame_name(char *buf); // buf should be at least 50 bytes |
---|
| 7 | void last_savegame_name(char *buf); |
---|
| 8 | void load_number_icons(); |
---|
| 9 | int get_save_spot(); |
---|
| 10 | |
---|
| 11 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.