Move matrix utils in to decomp dir

This commit is contained in:
jaburns
2020-10-27 11:47:49 -06:00
parent e4edfb5be4
commit 71e918a01e
6 changed files with 14 additions and 11 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef __LIB_SM64_H
#define __LIB_SM64_H
#ifndef LIB_SM64_H
#define LIB_SM64_H
#include <stddef.h>
#include <stdint.h>
@@ -98,4 +98,4 @@ extern void sm64_delete_mario( uint32_t marioId );
*/
#endif//__LIB_SM64_H
#endif//LIB_SM64_H