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