prosperon/source/engine/mum.h

9 lines
91 B
C
Raw Normal View History

2024-10-13 19:44:28 -05:00
#ifndef MUM_H
#define MUM_H
#include "jsffi.h"
JSValue clay_init(JSContext *js);
#endif