Sound Bakery 
v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
method_drawer.h
1
#pragma once
2
3
#include <rttr/type>
4
5
// Draws RTTR methods to ImGui
6
class
method_drawer
final
7
{
8
public
:
9
static
void
draw_object(rttr::type type, rttr::instance instance);
10
};
method_drawer
Definition
method_drawer.h:7
apps
editor
utils
method_drawer.h
Generated by
1.9.8