aboutsummaryrefslogtreecommitdiff
path: root/launcher/meta/JsonFormat.cpp
AgeCommit message (Collapse)Author
2023-06-06Renamed requires fieldsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2022-11-01fix: don't use forward-declared Ptr types in meta/flow
This would cause ODR violations when those headers were included in other places that also included stuff like "Version.h" (note the "meta/Version.h"), which can cause problems, especially in LTO. Signed-off-by: flow <flowlnlnln@gmail.com>
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek