Move core thirdparty files to thirdparty/{minizip,misc}
This commit is contained in:
parent
0a613ff970
commit
2398eb6ed4
43 changed files with 146 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue