new LCS-style renderer

This commit is contained in:
aap 2020-11-03 20:33:07 +01:00
parent 8acc98563e
commit 3c5bb4e8f3
10 changed files with 749 additions and 16 deletions

View file

@ -38,3 +38,8 @@ void ResetLoadingScreenBar(void);
#ifndef MASTER
void TheModelViewer(void);
#endif
#ifdef NEW_RENDERER
extern bool gbNewRenderer;
bool FredIsInFirstPersonCam(void);
#endif