We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fa0da commit 8e0fec1Copy full SHA for 8e0fec1
crates/byondapi-rs-test/dm_project/bindings.dm
@@ -11,6 +11,9 @@
11
12
#define BYONDAPI_TEST (__byondapi_test || __detect_byondapi_test())
13
14
+/proc/test_new_obj()
15
+ return call_ext(BYONDAPI_TEST, "byond:test_new_obj_ffi")()
16
+
17
/proc/test_list_read(list)
18
return call_ext(BYONDAPI_TEST, "byond:test_list_read_ffi")(list)
19
0 commit comments