diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 17:19:05 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 17:19:05 -0600 |
commit | 4fd33b10353c25b2af233a6679b038bdcea8eb2e (patch) | |
tree | 0eeac3aa0cfda51f73e74de8bddcc864ee768e29 /include/constants | |
parent | e4e9dddfb2d18bc308ad5d7651577b938125e70b (diff) |
mauville_man constants
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/mauville_man.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/constants/mauville_man.h b/include/constants/mauville_man.h new file mode 100644 index 000000000..b00e3a291 --- /dev/null +++ b/include/constants/mauville_man.h @@ -0,0 +1,10 @@ +#ifndef GUARD_CONSTANTS_MAUVILLE_MAN_H +#define GUARD_CONSTANTS_MAUVILLE_MAN_H + +#define MAUVILLE_MAN_BARD 0 +#define MAUVILLE_MAN_HIPSTER 1 +#define MAUVILLE_MAN_TRADER 2 +#define MAUVILLE_MAN_STORYTELLER 3 +#define MAUVILLE_MAN_GIDDY 4 + +#endif // GUARD_CONSTANTS_MAUVILLE_MAN_H |