Files
cell/source/qjs_chipmunk.h
John Alanbrook 8fba19c820
Some checks failed
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
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
WIP: Chipmunk integration
2025-02-24 18:24:45 -06:00

9 lines
116 B
C

#ifndef QJS_CHIPMUNK_H
#define QJS_CHIPMUNK_H
#include "quickjs.h"
JSValue js_chipmunk2d_use(JSContext*);
#endif