1
0

prepare dx dev

This commit is contained in:
2026-01-04 16:12:36 +08:00
parent b6d4269eeb
commit f094dda054
20 changed files with 421 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
#include "engine.hpp"
namespace Basalt::Shared::Engine {
IEngine::IEngine(EngineConfig&& config) : config(std::move(config)) {}
IEngine::~IEngine() {}
} // namespace Basalt::Shared::Engine