add level component saving functions which use PhysicsFS (didn't commit properly on 2005-06-22)

This commit is contained in:
Chris Taylor 2005-06-24 05:56:08 +00:00
parent 1ffff6c564
commit 964c37cb15

View file

@ -19,6 +19,8 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include <stdio.h>
//#include <io.h>
#include "physfsx.h" // cfile.h includes this, so nocfile.h does too
#define CFILE FILE
#define cfopen(file,mode) fopen(file,mode)