Begin midi engine

This commit is contained in:
2026-02-25 12:16:31 -05:00
parent 789e2b678b
commit 6656b6d0b2
7 changed files with 118 additions and 18 deletions

1
nob.c
View File

@@ -31,6 +31,7 @@ static const char *link_libs[] = {
"shell32.lib",
"ole32.lib",
"dwmapi.lib",
"winmm.lib",
};
static const char *obj_name(const char *src_path) {