update Xcode

This commit is contained in:
2019-11-29 16:18:38 +01:00
parent 1cba874f2f
commit 2fd2542be7
3 changed files with 18 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
#include "shader.h"
#include "shape.h"
#include "texture.h"
#include "layout.h"
#include "font.h"
#include "rtt.h"
#include "image.h"
@@ -24,6 +23,7 @@
#include "node_panel_quick.h"
#include "node_input_box.h"
#include "node_panel_animation.h"
#include "layout.h"
#if defined(__OBJC__) && defined(__IOS__)
#import <Foundation/Foundation.h>

View File

@@ -1,10 +1,10 @@
#include "pch.h"
#include "log.h"
#include "layout.h"
#include "util.h"
#include "asset.h"
#include "node.h"
#include "node_border.h"
#include "layout.h"
void LayoutManager::unload()
{