Skip to content

Commit 8e0fec1

Browse files
committed
regenerate binds
1 parent 99fa0da commit 8e0fec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/byondapi-rs-test/dm_project/bindings.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
#define BYONDAPI_TEST (__byondapi_test || __detect_byondapi_test())
1313

14+
/proc/test_new_obj()
15+
return call_ext(BYONDAPI_TEST, "byond:test_new_obj_ffi")()
16+
1417
/proc/test_list_read(list)
1518
return call_ext(BYONDAPI_TEST, "byond:test_list_read_ffi")(list)
1619

0 commit comments

Comments
 (0)