summaryrefslogtreecommitdiff
path: root/Enum.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Enum.cs')
-rw-r--r--Enum.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Enum.cs b/Enum.cs
deleted file mode 100644
index bc49691..0000000
--- a/Enum.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace HyperBooru;
-
-public enum SortOrder {
- ObjectId,
- LastWriteTime,
- Random,
-}
-
-public enum PathType {
- Windows,
- Unix
-}