sm64pc/src/moon/imgui/imgui_impl.h

11 lines
182 B
C++

#ifndef MoonImGuiImpl
#define MoonImGuiImpl
#include <string>
namespace MoonInternal {
void setupImGuiModule(std::string status);
void apply_editor_from_cc(void);
}
#endif