mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(object): add UNIT_SEX enum
This commit is contained in:
parent
be3447983b
commit
0e1a8582c1
12
src/object/Types.hpp
Normal file
12
src/object/Types.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef OBJECT_TYPES_HPP
|
||||
#define OBJECT_TYPES_HPP
|
||||
|
||||
enum UNIT_SEX {
|
||||
UNITSEX_MALE = 0,
|
||||
UNITSEX_FEMALE = 1,
|
||||
UNITSEX_NONE = 2,
|
||||
UNITSEX_LAST,
|
||||
UNITSEX_BOTH = 3,
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user