jak-project/third-party/imgui/imgui_style.h
Tyler Wilding bdaf088d4b
game: Migrate from GLFW to SDL2 & attempt to rewrite / simplify display and input code (#2397)
Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
2023-06-04 15:34:37 -04:00

6 lines
62 B
C++
Vendored
Generated

#pragma once
namespace ImGui {
void applyAlternateStyle();
}