| 15 | "AdvSceneSwitcher.condition.window"}); |
| 16 | |
| 17 | void MacroConditionWindow::SetCheckText(bool value) |
| 18 | { |
| 19 | #ifdef _WIN32 |
| 20 | _checkText = value; |
| 21 | #else |
| 22 | (void)value; |
| 23 | _checkText = false; |
| 24 | #endif |
| 25 | SetupTempVars(); |
| 26 | } |
| 27 | |
| 28 | bool MacroConditionWindow::GetCheckText() |
| 29 | { |