LeviLamina
Loading...
Searching...
No Matches
StringT.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/external/bx/StringView.h"
5
6namespace bx {
7
8// StringT is actually a template class, this is a workaround.
9class StringT : StringView {};
10
11} // namespace bx
Definition StringT.h:9
Definition StringView.h:7