Implement & link jaudio_NES/melody.c

This commit is contained in:
Cuyler36
2024-06-05 17:59:34 -04:00
parent d934bd11ad
commit 45effcf14f
14 changed files with 792 additions and 23 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef GAME64_CPP_H
#define GAME64_CPP_H
#include "types.h"
#include "jaudio_NES/game64.h"
/* C++ linkage */
extern u8 angle2pan(u16 angle, f32 dist);
extern f32 distance2vol(f32 distance);
#endif