axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
868 stars 195 forks source link

/* generated by CMake */ => #include "cocos2d.h" should it not be "axmol.h"?D #919

Closed aismann closed 1 year ago

aismann commented 1 year ago
/* generated by CMake */

#pragma system_header
#ifdef __cplusplus
#include "cocos2d.h"
#endif // __cplusplus

image

halx99 commented 1 year ago

Maybe @crazyhappygame can help you

aismann commented 1 year ago

Maybe @crazyhappygame can help you

And fix it;)

rh101 commented 1 year ago

Didn't this latest PR fix the issue? https://github.com/axmolengine/axmol/pull/922

halx99 commented 1 year ago

Didn't this latest PR fix the issue? #922

Yes