2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

Initial PlayerLoadout structure

This commit is contained in:
2021-05-30 22:14:07 -07:00
parent 201d5c5423
commit 27f25223fb
4 changed files with 28 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ namespace metaforce {
std::array<ImGuiEntityEntry, 1024> ImGuiConsole::entities;
std::set<TUniqueId> ImGuiConsole::inspectingEntities;
ImGuiPlayerLoadouts ImGuiConsole::loadouts;
void ImGuiStringViewText(std::string_view text) {
// begin()/end() do not work on MSVC