mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 16:31:21 +00:00
7 lines
134 B
C++
7 lines
134 B
C++
#pragma once
|
|
|
|
#include <zeus/CVector3f.hpp>
|
|
|
|
namespace metaforce {
|
|
bool ImGuiVector3fInput(const char* label, zeus::CVector3f& vec);
|
|
} |