mirror of https://github.com/axmolengine/axmol.git
12 lines
299 B
C
12 lines
299 B
C
|
#ifndef __CONFIGS_H__
|
||
|
#define __CONFIGS_H__
|
||
|
|
||
|
/** @warning
|
||
|
* The file UCGameSDK.jar conflicts with weiboSDK.jar
|
||
|
* if you want test the login/logout of UC,
|
||
|
* modify the android project config: remove the weiboSDK.jar, and add UCGameSDK.jar
|
||
|
*/
|
||
|
#define TEST_UC 0
|
||
|
|
||
|
#endif // __CONFIGS_H__
|