einstein/cpp-source/opensave.h

17 lines
180 B
C
Raw Normal View History

2013-09-21 21:05:25 +00:00
#ifndef __OPENSAVE_H__
#define __OPENSAVE_H__
#include "widgets.h"
#include "game.h"
bool saveGame(Area *parentArea, Game *game);
Game* loadGame(Area *parentArea);
#endif