Codebase list gtkballs / debian/3.1.5-12 src / savegame.h
debian/3.1.5-12

Tree @debian/3.1.5-12 (Download .tar.gz)

savegame.h @debian/3.1.5-12raw · history · blame

1
2
3
4
5
6
7
8
#ifndef __SAVEGAME_H__
#define __SAVEGAME_H__

gint  parse_save_game(gchar *sgame, gchar **rules, gint *score, gint **board, gint **next);
gint  get_saved_games(gchar ***gamelist);
gchar *save_game(gchar *rules, gint score, gint *board, gint *nextcolors);

#endif /* __SAVEGAME_H__ */