axmol/plugin/samples/HelloPlugins/Classes/Configs.h

12 lines
299 B
C
Raw Normal View History

#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__