VEGO-Engine / Engine

2 stars 0 forks source link

Globals in Game.cpp #27

Closed Nanogamer7 closed 4 months ago

Nanogamer7 commented 5 months ago

In game.cpp some values are globals, which is generally considered bad practise. For the most part they are not used outside game.cpp, simply making them class members causes compile time errors however.