mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
forgot main.h
This commit is contained in:
parent
dc230df8b1
commit
50122c2d0f
14
src/main.h
Normal file
14
src/main.h
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#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);
|
Loading…
Reference in New Issue
Block a user