Used ClangFormat style guide I'm happy with.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-11-28 12:55:22 +01:00
parent 3b685ae782
commit a8730d983f
91 changed files with 946 additions and 1121 deletions

View File

@@ -3,16 +3,12 @@
#include <cstdint>
namespace CreatureLib::Library{
namespace CreatureLib::Library {
/*!
\brief Might be somewhat controversial nowadays, but as many creature battling games only have two genders, we'll
hardcode those.
*/
enum class Gender : uint8_t {
Male,
Female,
Genderless
};
enum class Gender : uint8_t { Male, Female, Genderless };
}
#endif //CREATURELIB_GENDER_HPP
#endif // CREATURELIB_GENDER_HPP