mirror of https://github.com/axmolengine/axmol.git
17 lines
337 B
C
17 lines
337 B
C
//
|
|
// jsb_cocos2dx_studio_manual.h
|
|
//
|
|
// Created by LinWenhai on 20/10/13.
|
|
//
|
|
//
|
|
|
|
#ifndef __jsb_cocos2dx_studio_manual__
|
|
#define __jsb_cocos2dx_studio_manual__
|
|
|
|
#include "jsapi.h"
|
|
#include "jsfriendapi.h"
|
|
|
|
void register_all_cocos2dx_studio_manual(JSContext* cx, JSObject* global);
|
|
|
|
#endif /* defined(__jsb_cocos2dx_studio_manual__) */
|