X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffileio.h;h=d4fc9d585efc2fe776bc08470989a782a1852c6e;hb=db0a3d91f37031e155cc8eac7cfdec9889f233ee;hp=a30ad48c6955e7423e8185c1fd9364a3dcb24f5b;hpb=6c1279871f6bb86bc59e2561b6a7f74ab081f71e;p=architektonas diff --git a/src/fileio.h b/src/fileio.h index a30ad48..d4fc9d5 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -2,9 +2,9 @@ #define __FILEIO_H__ #include - -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.