X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/186fb2b18b89a0280b8cc4b5ea8f7a59d3bd0853..7766e753fefb962209f1898a234053f8c7bbe59d:/projects/sgconf/corps.h diff --git a/projects/sgconf/corps.h b/projects/sgconf/corps.h index 58a65161..de823b7b 100644 --- a/projects/sgconf/corps.h +++ b/projects/sgconf/corps.h @@ -1,33 +1,13 @@ #ifndef __STG_SGCONF_CORPS_H__ #define __STG_SGCONF_CORPS_H__ -#include -#include - namespace SGCONF { -struct CONFIG; - -bool GetCorpsFunction(const CONFIG & config, - const std::string & /*arg*/, - const std::map & /*options*/); - -bool GetCorpFunction(const CONFIG & config, - const std::string & arg, - const std::map & /*options*/); - -bool DelCorpFunction(const CONFIG & config, - const std::string & arg, - const std::map & /*options*/); - -bool AddCorpFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); +class OPTION_BLOCKS; +class COMMANDS; -bool ChgCorpFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); +void AppendCorpsOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks); } // namespace SGCONF