added pch on xcode, fixed Node move semantic

This commit is contained in:
Omar Mohamed Ali Mudhir
2017-01-27 14:55:16 +00:00
parent a4be7c0e4d
commit baaade6050
4 changed files with 14 additions and 2 deletions

View File

@@ -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