mirror of https://github.com/axmolengine/axmol.git
17 lines
322 B
C
17 lines
322 B
C
|
//
|
||
|
// jsb_cocos2dx_gui_manual.h
|
||
|
//
|
||
|
// Created by LinWenhai on 17/11/13.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#ifndef __jsb_cocos2dx_gui_manual__
|
||
|
#define __jsb_cocos2dx_gui_manual__
|
||
|
|
||
|
#include "jsapi.h"
|
||
|
#include "jsfriendapi.h"
|
||
|
|
||
|
void register_all_cocos2dx_gui_manual(JSContext* cx, JSObject* global);
|
||
|
|
||
|
#endif /* defined(__jsb_cocos2dx_gui_manual__) */
|