code: moved project version related variables to project class

This commit is contained in:
itsmattkc
2022-01-06 12:50:40 -08:00
parent 8dbcbea891
commit 3960f54e9c
7 changed files with 14 additions and 8 deletions
-1
View File
@@ -75,7 +75,6 @@
namespace olive {
Core* Core::instance_ = nullptr;
const uint Core::kProjectVersion = 211228;
Core::Core(const CoreParams& params) :
main_window_(nullptr),