add more handshake output
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user