TazGraph Project
v0.1.0
Loading...
Searching...
No Matches
TazGraph
Src
EditorIMGUI
Components
LoadingPanel
LoadingPanel.h
1
#pragma once
2
3
4
#include "../../UIElement.h"
5
6
struct
LoadingConfig
{
7
8
};
9
10
class
LoadingPanel
:
public
UIElement
11
{
12
private
:
13
LoadingConfig
config;
14
15
public
:
16
void
setConfig(
const
LoadingConfig
& cfg) { config = cfg; }
17
void
OnImGuiRender()
override
;
18
};
LoadingPanel
Definition
LoadingPanel.h:11
UIElement
Definition
UIElement.h:21
LoadingConfig
Definition
LoadingPanel.h:6
Generated by
1.9.8