summaryrefslogtreecommitdiff
path: root/src/shared/appconfig.inc
diff options
context:
space:
mode:
authorTannin <Tannin@Serenity>2013-02-03 12:49:25 +0100
committerTannin <Tannin@Serenity>2013-02-03 12:49:25 +0100
commit981f8b3acf7e76f27c02f4ced80d55b424cc7497 (patch)
tree0f504d99d1e5fe197258febff3c147d0725abda4 /src/shared/appconfig.inc
initial commit to mercurial repository.
Corresponds to MO version 0.12.6
Diffstat (limited to 'src/shared/appconfig.inc')
-rw-r--r--src/shared/appconfig.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc
new file mode 100644
index 00000000..7710925a
--- /dev/null
+++ b/src/shared/appconfig.inc
@@ -0,0 +1,12 @@
+APPPARAM(std::wstring, translationPrefix, L"organizer")
+APPPARAM(std::wstring, pluginPath, L"plugins")
+APPPARAM(std::wstring, stylesheetsPath, L"stylesheets")
+APPPARAM(std::wstring, logFile, L"ModOrganizer.log")
+APPPARAM(std::wstring, proxyDLLTarget, L"steam_api.dll")
+APPPARAM(std::wstring, proxyDLLOrig, L"steam_api_orig.dll") // needs to be identical to the value used in proxydll-project
+APPPARAM(std::wstring, proxyDLLSource, L"proxy.dll")
+APPPARAM(std::wstring, hookDLLName, L"hook.dll") // needs to be identical to the value used in proxydll-project
+APPPARAM(const wchar_t*, localSavePlaceholder, L"__MOProfileSave__\\")
+
+APPPARAM(std::wstring, firstStepsTutorial, L"tutorial_firststeps_main.js")
+APPPARAM(int, numLogFiles, 5) // number of log files to keep