BMC Engine v1.0.0
An open-source game engine powered by C and C++
Loading...
Searching...
No Matches
Styling.h
1#ifndef STYLING_H
2#define STYLING_H
3
4#include "imgui.h"
5#include "imgui_impl_glfw.h"
6#include "imgui_impl_opengl3.h"
7
11class Styler {
12public:
16 static void setToDefault();
17};
18
19#endif // STYLING_H
Definition Styling.h:11
static void setToDefault()
Definition Styling.cpp:3