comparison pped/file.h @ 2:2719a89505ba

First entry of Paradise Server 2.9 patch 10 Beta
author darius
date Sat, 06 Dec 1997 04:37:01 +0000
parents
children
comparison
equal deleted inserted replaced
1:4d6502ffaa5e 2:2719a89505ba
1 /*
2 * Prototypes for file.c
3 */
4
5
6 int ReadIt(char *fn);
7 int SaveIt(char *fn);
8 int DoSave(int mode);
9 int DoLoad(int mode);
10