13 lines
195 B
C
13 lines
195 B
C
#ifndef QJS_SPRITE_H
|
|
#define QJS_SPRITE_H
|
|
|
|
#include "cell.h"
|
|
|
|
#include "sprite.h"
|
|
|
|
JSValue js_sprite_use(JSContext *ctx);
|
|
|
|
sprite *js2sprite(JSContext *js, JSValue v);
|
|
|
|
#endif /* QJS_SPRITE_H */
|