diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-14 14:47:44 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-14 14:47:44 +0000 |
| commit | 50ba3d5e1e9f9eeda049a348efa4645af07610bc (patch) | |
| tree | 3a41428f4ce755e596a4d5c2c69668515935e5b0 /src/client/saveLoad.h | |
| parent | 5b67651831ad9b160b41990288c938c7a05c1db1 (diff) | |
- novy widget widget_choicegroup
- moznost ukladat a nacitavat rozohranu hru
( uklada sa pomocou F2)
( neda sa ulozit sietovy multiplayer, a este
nie je dokonce ulozenie hranie s AI )
git-svn-id: http://opensvn.csie.org/tuxanci_ng@195 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/saveLoad.h')
| -rw-r--r-- | src/client/saveLoad.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/saveLoad.h b/src/client/saveLoad.h new file mode 100644 index 0000000..875e1f8 --- /dev/null +++ b/src/client/saveLoad.h @@ -0,0 +1,12 @@ + +#ifndef SAVELOAD_H + +#define SAVELOAD_H + +#include "textFile.h" +#include "arena.h" + +extern void saveArena(char *filename, arena_t *arena); +extern void loadArena(char *filename); + +#endif |