voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
Pair.__anonymous
derelict
imgui
types
ImGuiStorage
Pair
Undocumented in source.
struct
Pair
union
__anonymous {
int
val_i
;
float
val_f
;
void
*
val_p
;
}
Members
Variables
val_f
float
val_f
;
Undocumented in source.
val_i
int
val_i
;
Undocumented in source.
val_p
void
*
val_p
;
Undocumented in source.
Meta
Source
See Implementation
derelict
imgui
types
ImGuiStorage
Pair
unions
__anonymous
variables
key