9 lines
93 B
C
9 lines
93 B
C
#ifndef QJS_QR_H
|
|
#define QJS_QR_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_qr_use(JSContext*);
|
|
|
|
#endif
|