mirror of https://github.com/axmolengine/axmol.git
13 lines
165 B
C
13 lines
165 B
C
|
//
|
||
|
// Widget_mac.h
|
||
|
// Simulator
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#ifndef libsimulator_studio_Widget_mac_h
|
||
|
#define libsimulator_studio_Widget_mac_h
|
||
|
|
||
|
std::string getCurAppName(void);
|
||
|
|
||
|
#endif
|