client_ui/template/Cocos2dx/BinderH.template
2020-03-30 10:23:50 +08:00

17 lines
221 B
Plaintext

#ifndef __{thisPackageName}_{className}_H__
#define __{thisPackageName}_{className}_H__
#include "FairyGUI.h"
{includeFiles}
namespace {packageName}
{
class {className}
{
public:
static void bindAll();
};
}
#endif