Andidy / engine-v2

1 stars 0 forks source link

Separate Scenes into their own files #59

Closed Andidy closed 2 years ago

Andidy commented 2 years ago

Right now all the scenes are in the scene.h and scene.cpp files. This is fine for one or two scenes but it will quickly balloon to a many many thousand line file as functionality for additional scenes is added. Each derived scene type should be broken out into its own set of .h and .cpp files to aid in organization.