mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 06:46:09 +00:00
Begin transitioning to new CModel/CCubeModel & friends
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <memory>
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
namespace metaforce {
|
||||
class CZipInputStream : public CInputStream {
|
||||
std::unique_ptr<u8[]> x24_compBuf;
|
||||
@@ -17,5 +18,4 @@ public:
|
||||
|
||||
u32 Read(void* ptr, u32 len) override;
|
||||
};
|
||||
|
||||
} // namespace metaforce
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user