blob: eba79117533601effbad15b465b7c468d2aa1132 (
plain) (
tree)
|
|
#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);
|