]> Shamusworld >> Repos - architektonas/blobdiff - src/fileio.h
Initial work on bringing sanity to insane codebase.
[architektonas] / src / fileio.h
index a30ad48c6955e7423e8185c1fd9364a3dcb24f5b..d4fc9d585efc2fe776bc08470989a782a1852c6e 100644 (file)
@@ -2,9 +2,9 @@
 #define __FILEIO_H__
 
 #include <stdio.h>
-
-class Container;
-class Object;
+#include "structs.h"
+//class Container;
+//class Object;
 
 // NB: The methods in this class are all static, so there's no need to
 //     instantiate an object of this type to use its functions.