aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS Decypter/Paths.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS Decypter/Paths.vb')
-rw-r--r--ShiftOS Decypter/Paths.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS Decypter/Paths.vb b/ShiftOS Decypter/Paths.vb
new file mode 100644
index 0000000..b25f961
--- /dev/null
+++ b/ShiftOS Decypter/Paths.vb
@@ -0,0 +1,4 @@
+Module Paths
+ Public root As String = "C:\ShiftOS\"
+ Public savedata As String = root & "Shiftum42\"
+End Module