Rigs of Rods 2023.09
Soft-body Physics Simulation
Loading...
Searching...
No Matches
AngelImGui_funcs_ids.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
6namespace AngelImGui { // Dummy namespace, just to distinguish AngelScript from C++
7
16 // ID scopes
17
18 void PushID(const string&in);
19 void PushID(int int_id);
20 void PopID();
21 uint GetID(const string&in);
22
23
26
27} // namespace AngelImGui (dummy, just to distinguish AngelScript from C++)
void PushID(const string &in)
uint GetID(const string &in)
void PopID()
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separat...