Files
cell/source/qjs_box2d.h
John Alanbrook 2594c03765
All checks were successful
Build and Deploy / build-linux (push) Successful in 1m12s
Build and Deploy / build-windows (CLANG64) (push) Successful in 9m33s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
initial box2d integration
2025-02-26 07:47:04 -06:00

9 lines
105 B
C

#ifndef QJS_BOX2D_H
#define QJS_BOX2D_H
#include "quickjs.h"
JSValue js_box2d_use(JSContext*);
#endif