mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 06:25:41 +00:00
forgot main.h
This commit is contained in:
parent
dc230df8b1
commit
50122c2d0f
1 changed files with 14 additions and 0 deletions
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 a new issue