X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c02633d77cb05a5deb05440d77b12ccc5bc19b85..a91e9542b384905187890f161d4da5396996fcfd:/include/stg/corp_conf.h diff --git a/include/stg/corp_conf.h b/include/stg/corp_conf.h index 6b1cbb83..8ff4094f 100644 --- a/include/stg/corp_conf.h +++ b/include/stg/corp_conf.h @@ -20,9 +20,8 @@ #pragma once -#include "stg/optional.h" - #include +#include namespace STG { @@ -46,8 +45,8 @@ struct CorpConf struct CorpConfOpt { - Optional name; - Optional cash; + std::optional name; + std::optional cash; }; }