base: fix compile

This commit is contained in:
luboslenco
2026-07-05 17:43:38 +02:00
parent 57a77f38e0
commit 7cb3c47be6
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -1001,7 +1001,9 @@ void minic_register_builtins() {
R(draw_cubic_bezier, "v(p,p,i,f)");
// iron_audio
#ifdef IRON_AUDIO
R(audio_play, "v(p,i)");
#endif
// iron_string
R(string_alloc, "p(i)");