1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Move core thirdparty files to thirdparty/{minizip,misc}

This commit is contained in:
Rémi Verschelde
2017-04-28 18:29:15 +02:00
parent 0a613ff970
commit 2398eb6ed4
43 changed files with 146 additions and 39 deletions

View File

@@ -72,17 +72,18 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "editor/editor_import_export.h"
#include "editor/editor_node.h"
#include "global_config.h"
#include "io/base64.h"
#include "io/marshalls.h"
#include "io/sha256.h"
#include "io/unzip.h"
#include "io/zip.h"
#include "io/zip_io.h"
#include "object.h"
#include "os/file_access.h"
#include "platform/uwp/logo.h"
#include "version.h"
#include "thirdparty/minizip/unzip.h"
#include "thirdparty/minizip/zip.h"
#include "thirdparty/misc/base64.h"
#include "thirdparty/misc/sha256.h"
#include <zlib.h>
// Capabilities