added pch on xcode, fixed Node move semantic
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
//#pragma once
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl3.h>
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <gl\GL.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <map>
|
||||
#include <cmath>
|
||||
#include <stack>
|
||||
@@ -32,3 +33,4 @@
|
||||
|
||||
#include <tinyxml2.h>
|
||||
#include <yoga/Yoga.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user