1
0
mirror of https://github.com/td512/re3.git synced 2026-02-16 00:45:53 +00:00
Files
td512.re3/src/main.h
2019-06-18 09:50:26 +02:00

19 lines
360 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;
class CSprite2d;
void LoadingScreen(const char *str1, const char *str2, const char *splashscreen);
CSprite2d *LoadSplash(const char *name);
char *GetRandomSplashScreen(void);