metaforce/Runtime/ImGuiEntitySupport.hpp

7 lines
134 B
C++
Raw Permalink Normal View History

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