--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/io.h Fri Mar 15 20:11:18 2013 +0200 @@ -0,0 +1,15 @@ +#ifndef __IO_H__ +#define __IO_H__ + +#include "common.h" +#include "ldtypes.h" +#include "str.h" + +// PROTOTYPES +OpenFile* IO_FindLoadedFile (str name); +OpenFile* IO_ParseLDFile (str path); +LDObject* ParseLine (str zLine); + +extern vector<OpenFile*> g_LoadedFiles; + +#endif \ No newline at end of file