mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 12:46:03 +03:00
11 lines
234 B
C++
11 lines
234 B
C++
#pragma once
|
|
|
|
#include "ImGuiGlfw.h"
|
|
|
|
namespace ImGui
|
|
{
|
|
IMGUI_API void setWindowIcon(GLFWwindow* window);
|
|
|
|
IMGUI_API void BeginGroupPanel(const char* name, const ImVec2& size = ImVec2(0.0f, 0.0f));
|
|
IMGUI_API void EndGroupPanel();
|
|
} |