bojjenclon / CSCI310-Project4

Basic FPS implementation using an ECS design for CSCI 310 (Computer Graphics I).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Variable Locations

bojjenclon opened this issue · comments

Consider moving most (if not all) static variables to Globals instead of having them spread out across multiple files. Only keep static variables in separate files if they'd only be used internally within that file's class.