mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +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