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 <map>
#include <functional>
@@ -29,7 +30,7 @@ namespace basalt::shared::anime_loader {
};
struct AnimeLoaderConfig {
char_types::BSString filename; ///< The file to be loaded by loader.
};
enum class AnimeLoaderStatus {