diff options
Diffstat (limited to 'Source/RandomizerCore.h')
-rw-r--r-- | Source/RandomizerCore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/RandomizerCore.h b/Source/RandomizerCore.h index 21ed0b6..2a8e42e 100644 --- a/Source/RandomizerCore.h +++ b/Source/RandomizerCore.h | |||
@@ -8,6 +8,7 @@ __declspec(selectany) int SWAP_NONE = 0x0; | |||
8 | __declspec(selectany) int SWAP_TARGETS = 0x1; | 8 | __declspec(selectany) int SWAP_TARGETS = 0x1; |
9 | __declspec(selectany) int SWAP_LINES = 0x2; | 9 | __declspec(selectany) int SWAP_LINES = 0x2; |
10 | __declspec(selectany) int SWAP_AUDIO_NAMES = 0x4; | 10 | __declspec(selectany) int SWAP_AUDIO_NAMES = 0x4; |
11 | __declspec(selectany) int SWAP_BACK_DISTANCE = 0x8; | ||
11 | 12 | ||
12 | class RandomizerCore | 13 | class RandomizerCore |
13 | { | 14 | { |