finalize entity functions

This commit is contained in:
Folling 2025-01-02 09:39:08 +01:00
parent ba62206c0c
commit e6233cf3f2
No known key found for this signature in database
18 changed files with 523 additions and 181 deletions

View file

@ -55,8 +55,7 @@ struct IkarusValueData {
static auto from_json(nlohmann::json const & json)
-> cppbase::Result<IkarusValueData, IkarusValueDataParseError>;
static auto to_json(nlohmann::json & json, IkarusValueData const & value)
-> void;
static auto to_json(IkarusValueData const & value) -> nlohmann::json;
IkarusValueDataVariant variant;
};