add playNote fn and bell chr (7)

This commit is contained in:
2022-04-19 00:27:53 +02:00
parent 7a52ce4e4c
commit 8fa64519e4
6 changed files with 34 additions and 13 deletions

View File

@@ -33,6 +33,7 @@
(import "env" "rectangle_outline" (func $rectangle_outline (param f32) (param f32) (param f32) (param f32) (param i32)))
(import "env" "circle_outline" (func $circle_outline (param f32) (param f32) (param f32) (param i32)))
(import "env" "exp" (func $exp (param f32) (result f32)))
(import "env" "playNote" (func $playNote (param i32) (param i32)))
;; to use defines, include this file with a preprocessor
;; like gpp (https://logological.org/gpp).