You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Move core thirdparty files to thirdparty/{minizip,misc}
This commit is contained in:
@@ -28,12 +28,14 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "compression.h"
|
||||
#include "os/copymem.h"
|
||||
#include "zlib.h"
|
||||
|
||||
#include "fastlz.h"
|
||||
#include "os/copymem.h"
|
||||
#include "zip_io.h"
|
||||
|
||||
#include "thirdparty/misc/fastlz.h"
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
int Compression::compress(uint8_t *p_dst, const uint8_t *p_src, int p_src_size, Mode p_mode) {
|
||||
|
||||
switch (p_mode) {
|
||||
|
||||
Reference in New Issue
Block a user