mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2984 from folecr/quickfix_include_path
Fix include path
This commit is contained in:
commit
d2ff2d8679
|
@ -25,7 +25,7 @@ THE SOFTWARE.
|
|||
#ifndef __CCOBJECT_H__
|
||||
#define __CCOBJECT_H__
|
||||
|
||||
#include "CCDataVisitor.h"
|
||||
#include "cocoa/CCDataVisitor.h"
|
||||
|
||||
#ifdef EMSCRIPTEN
|
||||
#include <GLES2/gl2.h>
|
||||
|
|
Loading…
Reference in New Issue