Link with RW libs

This commit is contained in:
Sergeanur 2020-04-11 18:37:20 +03:00
parent c307e72fa0
commit daceee593b
17 changed files with 457 additions and 3 deletions

View file

@ -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;