diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-26 01:42:18 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-26 01:42:18 +1000 |
commit | 09d26d43b5262f480fd55eab9980eff06a71edbb (patch) | |
tree | 1e53765861cd966d204782aeefd15b1a67b3266f /source/core/StarConfig.hpp | |
parent | 13a74602bd4c46149da9949d448387a40b8ebd1c (diff) |
Add string view variant of Star::String and use it
it's 1:30 AM AGAIN !! !!!!!
This might have broken the inventory icons of custom hats a little, need to look into that
Diffstat (limited to 'source/core/StarConfig.hpp')
-rw-r--r-- | source/core/StarConfig.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/core/StarConfig.hpp b/source/core/StarConfig.hpp index e7a5ff0..f070df4 100644 --- a/source/core/StarConfig.hpp +++ b/source/core/StarConfig.hpp @@ -1,8 +1,8 @@ -#include "StarPch.hpp" - #ifndef STAR_CONFIG_HPP #define STAR_CONFIG_HPP +#include "StarPch.hpp" + namespace Star { // Some really common std namespace includes |