mirror of https://github.com/axmolengine/axmol.git
19 lines
346 B
C
19 lines
346 B
C
//
|
|
// jsb_cocos2dx_spine_manual.h
|
|
// cocos2d_libs
|
|
//
|
|
// Created by ucchen on 2/12/14.
|
|
//
|
|
//
|
|
|
|
#ifndef __jsb_cocos2dx_spine_manual__
|
|
#define __jsb_cocos2dx_spine_manual__
|
|
|
|
|
|
#include "jsapi.h"
|
|
#include "jsfriendapi.h"
|
|
|
|
void register_all_cocos2dx_spine_manual(JSContext* cx, JSObject* global);
|
|
|
|
#endif /* defined(__jsb_cocos2dx_spine_manual__) */
|