Shipwright/soh/soh/Enhancements/debugger/ImGuiHelpers.h

9 lines
182 B
C++

#pragma once
#include "../libultraship/Lib/ImGui/imgui.h"
#include <string>
void SetLastItemHoverText(const std::string& text);
void InsertHelpHoverText(const std::string& text);