summaryrefslogtreecommitdiffstats
path: root/src/main.h
blob: 45948b34659a8b3d70a46d2cd2b2f687453fb64f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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);