This commit is contained in:
2024-03-27 11:33:28 +01:00
12 changed files with 283 additions and 60 deletions

View File

@@ -62,6 +62,8 @@ private:
float speed = 0.1f;
std::vector<Object*> m_cubes;
Object* m_SelectedObject;
LightClass* m_Lights;
int m_numLights;
};
#endif