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
6class method_drawer final
7{
8public:
9 static void draw_object(rttr::type type, rttr::instance instance);
10};
Definition method_drawer.h:7