mirror of
https://github.com/halpz/re3.git
synced 2025-05-11 12:56:39 +03:00
first part of CFileLoader
This commit is contained in:
parent
fcc6a8bc55
commit
b5fba778c4
41 changed files with 1182 additions and 45 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "main.h"
|
||||
#include "RwHelper.h"
|
||||
#include "Clouds.h"
|
||||
#include "Draw.h"
|
||||
|
@ -55,6 +56,8 @@
|
|||
#endif
|
||||
|
||||
|
||||
GlobalScene &Scene = *(GlobalScene*)0x726768;
|
||||
|
||||
uint8 work_buff[55000];
|
||||
char gString[256];
|
||||
wchar *gUString = (wchar*)0x74B018;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue