9 lines
105 B
C
9 lines
105 B
C
#ifndef QJS_SOLOUD_H
|
|
#define QJS_SOLOUD_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_soloud_use(JSContext*);
|
|
|
|
#endif
|