summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/SettingConstants.h')
-rw-r--r--Swift/Controllers/SettingConstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/SettingConstants.h b/Swift/Controllers/SettingConstants.h
index 4d25bde..90e1db6 100644
--- a/Swift/Controllers/SettingConstants.h
+++ b/Swift/Controllers/SettingConstants.h
@@ -28,5 +28,7 @@ namespace Swift {
static const SettingsProvider::Setting<std::string> PERSONAL_DICT_PATH;
static const SettingsProvider::Setting<std::string> DICT_FILE;
static const SettingsProvider::Setting<std::string> INVITE_AUTO_ACCEPT_MODE;
+ static const SettingsProvider::Setting<std::string> TRELLIS_GRID_SIZE;
+ static const SettingsProvider::Setting<std::string> TRELLIS_GRID_POSITIONS;
};
}