io.h

changeset 0
c51cce84a9ac
child 4
758302636564
--- /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

mercurial