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
|
|
@ -28,13 +28,13 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "editor_export.h"
|
||||
|
||||
#include "editor/editor_file_system.h"
|
||||
#include "editor/plugins/script_editor_plugin.h"
|
||||
#include "editor_node.h"
|
||||
#include "editor_settings.h"
|
||||
#include "global_config.h"
|
||||
#include "io/config_file.h"
|
||||
#include "io/md5.h"
|
||||
#include "io/resource_loader.h"
|
||||
#include "io/resource_saver.h"
|
||||
#include "io/zip_io.h"
|
||||
|
|
@ -43,6 +43,8 @@
|
|||
#include "script_language.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "thirdparty/misc/md5.h"
|
||||
|
||||
static int _get_pad(int p_alignment, int p_n) {
|
||||
|
||||
int rest = p_n % p_alignment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue