Started to port to iOS; fixing compiler errors here and there

This commit is contained in:
2026-03-17 02:22:17 -04:00
parent 9d831bdb25
commit d103caddab
6 changed files with 77 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <sstream>
#include <type_traits>
#include <util/Mth.h>
#include "Mth.h"
/*
template<typename T>
struct is_option_type : std::false_type {};
@@ -104,4 +104,4 @@ public:
private:
std::string m_value;
};
};