#ifndef BILLYSHEET_ADRESSE_HPP #define BILLYSHEET_ADRESSE_HPP #include namespace character::characteristic { class Adresse { private: const std::uint32_t base{ 1 }; std::uint32_t carac{ 0 }; std::uint32_t materiel{ 0 }; std::uint32_t additional{ 0 }; }; } #endif //BILLYSHEET_ADRESSE_HPP