mirror of https://github.com/axmolengine/axmol.git
12 lines
236 B
C
12 lines
236 B
C
|
|
||
|
#ifndef __CCEVENT_TYPE_H__
|
||
|
#define __CCEVENT_TYPE_H__
|
||
|
|
||
|
/**
|
||
|
* This header is used for defining event types using in CCNotificationCenter
|
||
|
*/
|
||
|
|
||
|
#define EVNET_COME_TO_FOREGROUND "event_come_to_foreground"
|
||
|
|
||
|
#endif // __CCEVENT_TYPE_H__
|