OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
|
#include <imgui.h>
Public Member Functions | |
Pair (ImGuiID _key, int _val_i) | |
Pair (ImGuiID _key, float _val_f) | |
Pair (ImGuiID _key, void *_val_p) | |
Public Attributes | |
ImGuiID | key |
union { | |
int | val_i |
float | val_f |
void * | val_p |
}; | |
|
inline |
|
inline |
|
inline |
union { ... } |