mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-06 12:08:03 +01:00
14 lines
171 B
C
14 lines
171 B
C
#ifndef LOAD_SAVE_H
|
|
#define LOAD_SAVE_H
|
|
|
|
#include "bygfoot.h"
|
|
|
|
void
|
|
load_save_save_game(const gchar* filename);
|
|
|
|
void
|
|
load_save_load_game(const gchar* filename);
|
|
|
|
|
|
#endif
|