Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
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
}
Grindstone
Definition
ArchiveContentFile.hpp:8
sources
code
Common
String.hpp
Generated by
1.17.0