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