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