mirror of https://github.com/axmolengine/axmol.git
Add missing export declaration.
This commit is contained in:
parent
1b6a13d4b5
commit
76bd37e109
|
@ -56,7 +56,7 @@ const char* getRuntimeVersion();
|
|||
#define kRuntimeEngineCCS 4
|
||||
|
||||
class RuntimeProtocol;
|
||||
class RuntimeEngine
|
||||
class CC_LIBSIM_DLL RuntimeEngine
|
||||
{
|
||||
public:
|
||||
static RuntimeEngine* getInstance();
|
||||
|
|
Loading…
Reference in New Issue