|
Hymn to Beauty
C++ 3D Engine
|
#include "Json.hpp"Namespaces | |
| namespace | Json |
Functions | |
| Value | Json::SaveImVec2 (const ImVec2 &value) |
| Convert an ImVec2 to a JSON node. More... | |
| ImVec2 | Json::LoadImVec2 (const Value &value) |
| Load an ImVec2 from a JSON node. More... | |
| Value | Json::SaveImVec4 (const ImVec4 &value) |
| Convert an ImVec4 to a JSON node. More... | |
| ImVec4 | Json::LoadImVec4 (const Value &value) |
| Load an ImVec4 from a JSON node. More... | |