|
11 | 11 | #include "time.h" |
12 | 12 |
|
13 | 13 | // These words are of a maximum length of 10 characters, capitalized, and stripped of whitespace |
14 | | -const std::array<const char*, NICKGEN_NUM_ADJECTIVES> m_szAdjectives = { |
| 14 | +const std::array<const char*, NICKGEN_NUM_ADJECTIVES> CNickGen::m_szAdjectives = { |
15 | 15 | "Aback", "Abaft", "Abandoned", "Abashed", "Aberrant", "Abhorrent", "Abiding", "Abject", "Ablaze", "Able", "Abnormal", |
16 | 16 | "Aboard", "Aboriginal", "Abortive", "Abounding", "Abrasive", "Abrupt", "Absent", "Absorbed", "Absorbing", "Abstracted", "Absurd", |
17 | 17 | "Abundant", "Abusive", "Acceptable", "Accessible", "Accidental", "Accurate", "Acid", "Acidic", "Acoustic", "Acrid", "Actually", |
@@ -109,7 +109,7 @@ const std::array<const char*, NICKGEN_NUM_ADJECTIVES> m_szAdjectives = { |
109 | 109 | "Worried", "Worthless", "Wrathful", "Wretched", "Wrong", "Wry", |
110 | 110 | }; |
111 | 111 |
|
112 | | -const std::array<const char*, NICKGEN_NUM_NOUNS> m_szNouns = { |
| 112 | +const std::array<const char*, NICKGEN_NUM_NOUNS> CNickGen::m_szNouns = { |
113 | 113 | "Aardvark", "Buffalo", "Alligator", "Ant", "Anteater", "Antelope", "Ape", "Armadillo", "Donkey", "Baboon", "Badger", |
114 | 114 | "Barracuda", "Bat", "Bear", "Beaver", "Bee", "Bison", "Boar", "Bush", "Butterfly", "Camel", "Calf", |
115 | 115 | "Cat", "Kitten", "Cattle", "Chamois", "Cheetah", "Chicken", "Chick", "Chimpanzee", "Infant", "Empress", "Troop", |
|
0 commit comments