mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 20:04:09 +00:00
new LCS-style renderer
This commit is contained in:
parent
8acc98563e
commit
3c5bb4e8f3
10 changed files with 749 additions and 16 deletions
|
@ -38,3 +38,8 @@ void ResetLoadingScreenBar(void);
|
|||
#ifndef MASTER
|
||||
void TheModelViewer(void);
|
||||
#endif
|
||||
|
||||
#ifdef NEW_RENDERER
|
||||
extern bool gbNewRenderer;
|
||||
bool FredIsInFirstPersonCam(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue