Files
cell/source/qjs_sdl.h
John Alanbrook a204fce4b5
Some checks failed
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / build-macos (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
initial refactor
2025-05-22 11:48:27 -05:00

11 lines
202 B
C

#ifndef QJS_SDL_H
#define QJS_SDL_H
#include "quickjs.h"
JSValue js_input_use(JSContext *ctx);
JSValue js_camera_use(JSContext *ctx);
JSValue js_sdl_audio_use(JSContext *ctx);
#endif /* QJS_SDL_H */