summaryrefslogtreecommitdiff
path: root/Enum.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-02-01 00:47:11 +1100
committerJake Mannens <jake@asger.xyz>2026-02-01 01:50:37 +1100
commit7447a54c13631b5ecf7b4e10cef2cbf52a357042 (patch)
tree9d441e7892649230490bd8e0000123aa16a7509b /Enum.cs
parent9a75d6fffe8950eba67595e5457dfe6d6a4b0eab (diff)
tmp
Diffstat (limited to 'Enum.cs')
-rw-r--r--Enum.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Enum.cs b/Enum.cs
new file mode 100644
index 0000000..6d68f96
--- /dev/null
+++ b/Enum.cs
@@ -0,0 +1,6 @@
+namespace HyperBooru;
+
+public enum PathType {
+ Windows,
+ Unix
+}