Skip to content

Commit

Permalink
regenerate binds
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed May 9, 2024
1 parent 99fa0da commit 8e0fec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/byondapi-rs-test/dm_project/bindings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

#define BYONDAPI_TEST (__byondapi_test || __detect_byondapi_test())

/proc/test_new_obj()
return call_ext(BYONDAPI_TEST, "byond:test_new_obj_ffi")()

/proc/test_list_read(list)
return call_ext(BYONDAPI_TEST, "byond:test_list_read_ffi")(list)

Expand Down

0 comments on commit 8e0fec1

Please sign in to comment.