1
0

add more handshake output

This commit is contained in:
2026-01-10 20:02:50 +08:00
parent a8e109b603
commit 2379a23477
8 changed files with 62 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "math.hpp"
#include "char_types.hpp"
#include <vector>
#include <string>
@@ -22,7 +23,7 @@ namespace basalt::shared::object_loader {
};
struct ObjectLoaderConfig {
std::string filename;
char_types::BSString filename;
};
enum class ObjectLoaderStatus {