mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 02:50:09 -04:00
fix typo src (#654)
* fix typo src * fix non matcing * Update code_80091750.c --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef RENDER_OBJECTS_H
|
||||
#define RENDER_OBJECTS_H
|
||||
|
||||
#include "common_structs.h"
|
||||
#include <common_structs.h>
|
||||
#include "main.h"
|
||||
|
||||
void func_80045738(u8*, u8*, s32, s32);
|
||||
|
||||
Reference in New Issue
Block a user