Adjusted build staging so that engine post-build codgen wont occur when process is running

+ some refactoring as what I was doing didn't correlate to platform so I associate it with the engine module proper now.
This commit is contained in:
2023-09-28 21:21:05 -04:00
parent 2f6e60d472
commit a52f6efbff
7 changed files with 19 additions and 24 deletions

View File

@ -1,5 +1,5 @@
#pragma once
#include "platform/platform.hpp"
#include "engine/engine.hpp"
NS_ENGINE_BEGIN