mirror of
https://github.com/halpz/re3.git
synced 2025-01-09 20:35:27 +00:00
15 lines
266 B
C
15 lines
266 B
C
#pragma once
|
|
|
|
struct GlobalScene
|
|
{
|
|
RpWorld *world;
|
|
RwCamera *camera;
|
|
};
|
|
extern GlobalScene &Scene;
|
|
|
|
extern uint8 work_buff[55000];
|
|
extern char gString[256];
|
|
extern wchar *gUString;
|
|
|
|
void LoadingScreen(const char *str1, const char *str2, const char *splashscreen);
|