mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 11:44:09 +00:00
Link with RW libs
This commit is contained in:
parent
c307e72fa0
commit
daceee593b
17 changed files with 457 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue