mirror of https://github.com/axmolengine/axmol.git
24 lines
552 B
C
24 lines
552 B
C
/*
|
|
* AUTOGENERATED FILE. DO NOT EDIT IT
|
|
* Generated by "generate_js_bindings.py -c system_jsb.ini" on 2012-12-17
|
|
* Script version: v0.5
|
|
*/
|
|
#include "js_bindings_config.h"
|
|
//#ifdef JSB_INCLUDE_SYSTEM
|
|
|
|
//#include "LocalStorage.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
JSBool JSB_localStorageGetItem(JSContext *cx, uint32_t argc, jsval *vp);
|
|
JSBool JSB_localStorageRemoveItem(JSContext *cx, uint32_t argc, jsval *vp);
|
|
JSBool JSB_localStorageSetItem(JSContext *cx, uint32_t argc, jsval *vp);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
//#endif // JSB_INCLUDE_SYSTEM
|