- backend update from GZDoom.

Mainly quaternion math and sound system cleanup.
This commit is contained in:
Christoph Oelckers 2022-11-24 16:56:46 +01:00
parent f1bfaac301
commit 2ffdf3d0e1
25 changed files with 919 additions and 259 deletions

View file

@ -94,6 +94,7 @@ public:
int mVirtWidth;
int mVirtHeight;
bool mCustomSizeSet;
bool mForceList;
void Reset();
};