mirror of https://github.com/axmolengine/axmol.git
Merge branch 'iss2430-modify_enum' of https://github.com/minggo/cocos2d-x into iss2430-modify_enum
This commit is contained in:
commit
859da78499
|
@ -370,7 +370,7 @@ bool Image::initWithString(
|
|||
const char * pText,
|
||||
int nWidth/* = 0*/,
|
||||
int nHeight/* = 0*/,
|
||||
ETextAlign eAlignMask/* = kAlignCenter*/,
|
||||
TextAlign eAlignMask/* = kAlignCenter*/,
|
||||
const char * pFontName/* = nil*/,
|
||||
int nSize/* = 0*/)
|
||||
{
|
||||
|
|
|
@ -142,6 +142,7 @@
|
|||
<ClCompile Include="..\CCBReader\CCScale9SpriteLoader.cpp" />
|
||||
<ClCompile Include="..\CCBReader\CCScrollViewLoader.cpp" />
|
||||
<ClCompile Include="..\CCBReader\CCSpriteLoader.cpp" />
|
||||
<ClCompile Include="..\CCDeprecated-ext.cpp" />
|
||||
<ClCompile Include="..\Components\CCComAttribute.cpp" />
|
||||
<ClCompile Include="..\Components\CCComAudio.cpp" />
|
||||
<ClCompile Include="..\Components\CCComController.cpp" />
|
||||
|
|
|
@ -357,6 +357,7 @@
|
|||
<ClCompile Include="..\network\SocketIO.cpp">
|
||||
<Filter>network</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\CCDeprecated-ext.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\GUI\CCScrollView\CCScrollView.h">
|
||||
|
|
Loading…
Reference in New Issue