Implement & link jaudio_NES/game64.c

Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
Cuyler36
2025-04-17 01:53:17 -04:00
parent 78242ae813
commit ebb0647e7b
23 changed files with 4311 additions and 352 deletions
+8
View File
@@ -3,6 +3,10 @@
#include <stdarg.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct
{
int unk0;
@@ -31,4 +35,8 @@ int sprintf(char *s, const char *format, ...);
int vprintf(const char *format, va_list arg);
int vsprintf(char *s, const char *format, va_list arg);
#ifdef __cplusplus
}
#endif
#endif