unknown_008C40.h

This commit is contained in:
Ryan Myers
2021-09-14 15:12:34 -04:00
parent 10e02c8825
commit 467872d4b4
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
/* The comment below is needed for this file to be picked up by generate_ld */
/* RAM_POS: 0x80008040 */
#include "unknown_008C40.h"
#include "types.h"
#include "macros.h"
#include "audio_internal.h"
+6
View File
@@ -0,0 +1,6 @@
#ifndef _UNKNOWN_008C40_H_
#define _UNKNOWN_008C40_H_
void func_80008168(void);
#endif