1
0

refactor shared

This commit is contained in:
2026-01-08 19:23:19 +08:00
parent 07cc58fb36
commit 64368b7837
23 changed files with 400 additions and 234 deletions

View File

@@ -8,9 +8,9 @@
#include <unistd.h>
#endif
using ::Basalt::Shared::Char::BSStringView;
using ::basalt::shared::char_types::BSStringView;
namespace Basalt::Presenter {
namespace basalt::presenter::dll_loader {
static std::filesystem::path get_executable() {
#if defined(BASALT_OS_WINDOWS)