Synced some symbol names with EoS hacking

This commit is contained in:
AnonymousRandomPerson
2023-01-08 04:23:00 -05:00
parent b4fe2857e9
commit be20f60ee0
320 changed files with 44546 additions and 45620 deletions

View File

@@ -1,6 +1,6 @@
#ifndef GUARD_CODE_800D090_H
#define GUARD_CODE_800D090_H
void sprintf_2(char *buffer, const char *text, ...);
void sprintfStatic(char *buffer, const char *text, ...);
#endif