ScummVM API documentation
ImGuiStorage::ImGuiStoragePair Struct Reference

Public Member Functions

 ImGuiStoragePair (ImGuiID _key, int _val)
 
 ImGuiStoragePair (ImGuiID _key, float _val)
 
 ImGuiStoragePair (ImGuiID _key, void *_val)
 

Public Attributes

ImGuiID key
 
union {
   int   val_i
 
   float   val_f
 
   void *   val_p
 
}; 
 

The documentation for this struct was generated from the following file: