This commit is contained in:
2023-01-10 13:13:00 +00:00
parent 248456fd9e
commit 8e8af65125
10 changed files with 106718 additions and 97273 deletions

8
source/engine/ffi.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef FFI_H
#define FFI_H
#include "duktape.h"
void ffi_load();
#endif