mirror of https://github.com/axmolengine/axmol.git
8 lines
218 B
C
8 lines
218 B
C
|
#ifndef __COCOS2DEXT_H__
|
||
|
#define __COCOS2DEXT_H__
|
||
|
|
||
|
#include "extensions/CCNotificationCenter/CCNotificationCenter.h"
|
||
|
#include "extensions/CCControlExtension/CCControlExtensions.h"
|
||
|
|
||
|
#endif /* __COCOS2DEXT_H__ */
|