8 lines
117 B
C
8 lines
117 B
C
#ifndef CELL_QOI_H
|
|
#define CELL_QOI_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_qoi_use(JSContext *js);
|
|
|
|
#endif // CELL_QOI_H
|