Joshua Kwan f626f44b02 initial commit of new dgamelaunch to CVS
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@1 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2003-12-30 21:30:32 +00:00

11 lines
212 B
C

#ifndef __TTYREC_IO_H__
#define __TTYREC_IO_H__
#include "ttyrec.h"
int read_header (FILE * fp, Header * h);
int write_header (FILE * fp, Header * h);
FILE *efopen (const char *path, const char *mode);
#endif