* Add optional 3d panorama background

This commit is contained in:
iProgramInCpp
2023-08-11 00:13:06 +03:00
parent 27a0057886
commit d1de430d14
11 changed files with 172 additions and 7 deletions

View File

@@ -46,6 +46,9 @@ public:
virtual void keyPressed(int);
virtual void charInput(char);
// ported from 0.8
virtual void renderMenuBackground(float f);
public:
int m_width;
int m_height;