14 lines
135 B
C
14 lines
135 B
C
|
|
#ifndef _UI_EVENTS_H
|
|
#define _UI_EVENTS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|