Regenerated wrapper with type checking
[supertux.git] / src / physfs / physfs_stream.hpp
index d861236..077a876 100644 (file)
 #ifndef __PHYSFSSTREAM_HPP__
 #define __PHYSFSSTREAM_HPP__
 
-#include <unison/vfs/stream.hpp>
-
-typedef Unison::VFS::istream IFileStream;
-typedef Unison::VFS::ostream OFileStream;
-
-#if 0
 #include <stddef.h>
 #include <physfs.h>
 #include <string>
@@ -80,6 +74,5 @@ public:
     OFileStream(const std::string& filename);
     ~OFileStream();
 };
-#endif
 
 #endif