| 2762 | |
| 2763 | ImGuiTableSettings() { memset(this, 0, sizeof(*this)); } |
| 2764 | ImGuiTableColumnSettings* GetColumnSettings() { return (ImGuiTableColumnSettings*)(this + 1); } |
| 2765 | }; |
| 2766 | |
| 2767 | //----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected