mirror of
https://github.com/n64decomp/mk64
synced 2026-08-12 11:42:03 -04:00
fix typo include (#658)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef _FUNCTIONS_H_
|
||||
#define _FUNCTIONS_H_
|
||||
|
||||
#include "common_structs.h"
|
||||
#include <common_structs.h>
|
||||
|
||||
void mio0decode(u8* arg0, u8* arg1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user