Sound Bakery 
v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
root_widget.h
1
#pragma once
2
3
#include "gluten/widgets/root_widget.h"
4
5
class
root_widget
:
public
gluten::root_widget
6
{
7
public
:
8
root_widget
(gluten::widget_subsystem* parentSubsystem) : gluten::root_widget(parentSubsystem) {}
9
10
public
:
11
virtual
void
render_menu()
override
;
12
};
root_widget
Definition
root_widget.h:6
apps
editor
widgets
root_widget.h
Generated by
1.9.8