TazGraph Project v0.1.0
Loading...
Searching...
No Matches
ImGuiInterface.h
1#pragma once
2
3#include <iostream>
4#include <string>
5
6#include <imgui.h>
7#include <imgui_impl_sdl2.h>
8#include <imgui_impl_opengl3.h>
9#include <implot.h>
10#include <implot_internal.h>
11#include "../imguiComboAutoselect/imgui_combo_autoselect.h"
12#include <ImGuizmo/ImGuizmo.h>
13
15public:
17
19
20 //void SetupImGui();
21
22 void BeginRender();
23
24 void RenderUI();
25
26 void EndRender();
27};
Definition ImGuiInterface.h:14