metaforce/Runtime/ImGuiEntitySupport.hpp

7 lines
134 B
C++
Raw Normal View History

2021-05-26 02:49:24 +00:00
#pragma once
2021-07-12 00:58:16 +00:00
#include <zeus/CVector3f.hpp>
namespace metaforce {
bool ImGuiVector3fInput(const char* label, zeus::CVector3f& vec);
}