mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4727 from dumganhar/develop
Fix of wrong include symbol of CCVector.h
This commit is contained in:
commit
d72a9d2c0d
|
@ -32,7 +32,7 @@ THE SOFTWARE.
|
|||
#include "CCProtocols.h"
|
||||
#include "CCSpriteFrame.h"
|
||||
#include "CCAnimation.h"
|
||||
#include <CCVector.h>
|
||||
#include "CCVector.h"
|
||||
#include <vector>
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
|
Loading…
Reference in New Issue