8 lines
95 B
C
8 lines
95 B
C
#ifndef QJS_KIM_H
|
|
#define QJS_KIM_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_kim_use(JSContext*);
|
|
|
|
#endif |