fix proto

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-07 03:40:56 -03:00
parent 1b9470bb53
commit 53290d2867

View File

@ -1,5 +1,7 @@
#include "common.h"
extern void func_8001FA04(void);
void func_80002E80(void) {
func_8001FA04();
}