mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-03 00:53:49 -04:00
Implement & link jaudio_NES/melody.c
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user