Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
String.hpp
1
#pragma once
2
3
#include <string>
4
#include <string_view>
5
6
namespace
Grindstone {
7
using
String = std::string;
8
using
StringRef = std::string_view;
9
}
sources
code
Common
String.hpp
Generated by
1.12.0