voxelman v0.7.0 (2016-08-22T15:41:17Z)
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