mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Move core thirdparty files to thirdparty/{minizip,misc}
(cherry picked from commit 2398eb6ed4)
This commit is contained in:
parent
1b25762c3d
commit
8312d421c6
39 changed files with 137 additions and 34 deletions
|
|
@ -28,19 +28,21 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "editor_texture_import_plugin.h"
|
||||
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_settings.h"
|
||||
#include "editor_atlas.h"
|
||||
#include "globals.h"
|
||||
#include "io/image_loader.h"
|
||||
#include "io/marshalls.h"
|
||||
#include "io/md5.h"
|
||||
#include "io/resource_saver.h"
|
||||
#include "scene/gui/button_group.h"
|
||||
#include "scene/gui/check_button.h"
|
||||
#include "scene/gui/margin_container.h"
|
||||
#include "scene/io/resource_format_image.h"
|
||||
|
||||
#include "thirdparty/misc/md5.h"
|
||||
|
||||
static const char *flag_names[] = {
|
||||
("Streaming Format"),
|
||||
("Fix Border Alpha"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue