Ankush's Garage
A collection of stuff made by Ankush Roy
Loading...
Searching...
No Matches
ImGuiCore.h
Go to the documentation of this file.
1#ifndef INCLUDE_COREIMGUI_COREIMGUI_H_
2#define INCLUDE_COREIMGUI_COREIMGUI_H_
3
5{
6void Update();
7void Draw();
8void Init();
9void Quit();
10} // namespace ImGuiCore
11
12#endif // INCLUDE_COREIMGUI_COREIMGUI_H_
Definition ImGuiCore.h:5
void Draw()
Definition ImGuiCore.cpp:288
void Update()
Definition ImGuiCore.cpp:125
void Init()
Definition ImGuiCore.cpp:14
void Quit()
Definition ImGuiCore.cpp:86