mirror of https://github.com/axmolengine/axmol.git
11 lines
327 B
C
11 lines
327 B
C
|
#ifndef __JS_MANUAL_IAP_H__
|
||
|
#define __JS_MANUAL_IAP_H__
|
||
|
|
||
|
#include "jsapi.h"
|
||
|
#include "jsfriendapi.h"
|
||
|
|
||
|
JSBool js_pluginx_ProtocolIAP_setResultListener(JSContext *cx, uint32_t argc, jsval *vp);
|
||
|
JSBool js_pluginx_ProtocolIAPOnLine_setLocalResultListener(JSContext *cx, uint32_t argc, jsval *vp);
|
||
|
|
||
|
#endif /* __JS_MANUAL_IAP_H__ */
|