2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 21:47:41 +00:00

Add Player Transform tools

This commit is contained in:
2021-07-11 17:58:16 -07:00
parent 96680d2660
commit e331c5d5c6
6 changed files with 94 additions and 4 deletions

View File

@@ -1 +1,7 @@
#pragma once
#include <zeus/CVector3f.hpp>
namespace metaforce {
bool ImGuiVector3fInput(const char* label, zeus::CVector3f& vec);
}