mirror of
https://github.com/n64decomp/mk64
synced 2026-05-28 16:00:59 -04:00
81fe450051
* fix typo src * fix non matcing * Update code_80091750.c --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
11 lines
174 B
C
11 lines
174 B
C
#ifndef CODE_80091440_H
|
|
#define CODE_80091440_H
|
|
|
|
#include <ultra64.h>
|
|
|
|
void func_80091440(s8);
|
|
void func_800914A0(void);
|
|
void func_800914E0(void);
|
|
|
|
#endif // CODE_80091440_H
|