summaryrefslogtreecommitdiff
path: root/shiftos_next/APIs/filesystem.vb
diff options
context:
space:
mode:
Diffstat (limited to 'shiftos_next/APIs/filesystem.vb')
-rw-r--r--shiftos_next/APIs/filesystem.vb3
1 files changed, 3 insertions, 0 deletions
diff --git a/shiftos_next/APIs/filesystem.vb b/shiftos_next/APIs/filesystem.vb
index 61e8053..edce1c3 100644
--- a/shiftos_next/APIs/filesystem.vb
+++ b/shiftos_next/APIs/filesystem.vb
@@ -12,6 +12,9 @@
Public systemdir As String = root + "\Shiftum42\"
Public drivers As String = systemdir + "Drivers\"
+ Public skindir As String = systemdir + "Skins\"
+
+ Public bwmskin As String = skindir + "BWM\"
Public save As String = drivers + "HDD.dri"