summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-11 22:47:45 +0200
committerGitHub <noreply@github.com>2020-04-11 22:47:45 +0200
commit766a881a7e69836c865c98f137ccfae8b10a5276 (patch)
tree13df853a3b0253ef804afc383de0e5e952074533 /src/core/re3.cpp
parentMerge branch 'master' of github.com:gtamodding/re3 (diff)
parentLink with RW libs (diff)
downloadre3-766a881a7e69836c865c98f137ccfae8b10a5276.tar
re3-766a881a7e69836c865c98f137ccfae8b10a5276.tar.gz
re3-766a881a7e69836c865c98f137ccfae8b10a5276.tar.bz2
re3-766a881a7e69836c865c98f137ccfae8b10a5276.tar.lz
re3-766a881a7e69836c865c98f137ccfae8b10a5276.tar.xz
re3-766a881a7e69836c865c98f137ccfae8b10a5276.tar.zst
re3-766a881a7e69836c865c98f137ccfae8b10a5276.zip
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r--src/core/re3.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 11b1584a..40e44b15 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -24,7 +24,11 @@
#include <list>
+#ifndef RWLIBS
void **rwengine = *(void***)0x5A10E1;
+#else
+extern "C" int vsprintf(char* const _Buffer, char const* const _Format, va_list _ArgList);
+#endif
DebugMenuAPI gDebugMenuAPI;