mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 04:17:02 +00:00
Add missing header, and fix zlib.h header guards
Former-commit-id: 125fef14cf
This commit is contained in:
13
include/Kyoto/Streams/CZipSupport.hpp
Normal file
13
include/Kyoto/Streams/CZipSupport.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _CZIPSUPPORT
|
||||
#define _CZIPSUPPORT
|
||||
|
||||
#include "rstl/single_ptr.hpp"
|
||||
#include <types.h>
|
||||
|
||||
class CZipSupport {
|
||||
public:
|
||||
static void * Alloc(void* ptr, uint w1, uint w2);
|
||||
static void Free(void*, void*);
|
||||
};
|
||||
|
||||
#endif // _CZIPSUPPORT
|
||||
Reference in New Issue
Block a user