prosperon/source/engine/ffi.h
2023-01-10 13:13:00 +00:00

8 lines
75 B
C

#ifndef FFI_H
#define FFI_H
#include "duktape.h"
void ffi_load();
#endif