mirror of https://github.com/axmolengine/axmol.git
issue 10: update CCTouchDispatcher.h
This commit is contained in:
parent
4963bc4223
commit
1d860d2f54
|
@ -26,8 +26,8 @@ THE SOFTWARE.
|
|||
#define __TOUCH_DISPATCHER_CCTOUCH_DISPATCHER_H__
|
||||
|
||||
#include "CCTouchDelegateProtocol.h"
|
||||
#include "../cocoa/NSObject.h"
|
||||
#include "../cocoa/NSMutableArray.h"
|
||||
#include "cocoa/NSObject.h"
|
||||
#include "cocoa/NSMutableArray.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@ -129,7 +129,7 @@ public:
|
|||
|
||||
public:
|
||||
// singleton of the CCTouchDispatcher
|
||||
static CCTouchDispatcher* getSharedDispather();
|
||||
static CCTouchDispatcher* getSharedDispatcher();
|
||||
|
||||
protected:
|
||||
CCTouchDispatcher() {};
|
||||
|
|
Loading…
Reference in New Issue