mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 14:14:08 +00:00
Frontend cleanup, .INI, CFO, scrollable pages
This commit is contained in:
parent
e145593c28
commit
b473adcf80
12 changed files with 1780 additions and 317 deletions
|
@ -39,6 +39,11 @@ void ResetLoadingScreenBar(void);
|
|||
void TheModelViewer(void);
|
||||
#endif
|
||||
|
||||
#ifdef LOAD_INI_SETTINGS
|
||||
void LoadINISettings();
|
||||
void SaveINISettings();
|
||||
#endif
|
||||
|
||||
#ifdef NEW_RENDERER
|
||||
extern bool gbNewRenderer;
|
||||
bool FredIsInFirstPersonCam(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue