Used ClangFormat style guide I'm happy with.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user