mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 19:20:25 +00:00
implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "Pad.h"
|
||||
|
||||
CPad *CPad::Pads = (CPad*)0x6F0360;
|
||||
@ -11,6 +12,8 @@ CMouseControllerState &CPad::OldMouseControllerState = *(CMouseControllerState*)
|
||||
CMouseControllerState &CPad::NewMouseControllerState = *(CMouseControllerState*)0x8809F0;
|
||||
CMouseControllerState &CPad::PCTempMouseControllerState = *(CMouseControllerState*)0x6F1E60;
|
||||
|
||||
WRAPPER void CPad::PrintErrorMessage(void) { EAXJMP(0x4942B0); }
|
||||
|
||||
void
|
||||
CControllerState::Clear(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user