mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 03:16:38 +03:00
implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
parent
d434c88606
commit
188aab4196
65 changed files with 791 additions and 169 deletions
5
src/render/WaterLevel.cpp
Normal file
5
src/render/WaterLevel.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "WaterLevel.h"
|
||||
|
||||
WRAPPER void CWaterLevel::RenderWater(void) { EAXJMP(0x5554E0); }
|
Loading…
Add table
Add a link
Reference in a new issue