summaryrefslogtreecommitdiffhomepage
path: root/Location.h
diff options
context:
space:
mode:
Diffstat (limited to 'Location.h')
-rw-r--r--Location.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Location.h b/Location.h
deleted file mode 100644
index dbbb27b..0000000
--- a/Location.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-
-struct Location
-{
- const char* system;
- const char* constellation;
- const char* region;
-};