summaryrefslogtreecommitdiffhomepage
path: root/Owner.h
diff options
context:
space:
mode:
Diffstat (limited to 'Owner.h')
-rw-r--r--Owner.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Owner.h b/Owner.h
new file mode 100644
index 0000000..b311f80
--- /dev/null
+++ b/Owner.h
@@ -0,0 +1,10 @@
+#pragma once
+
+
+struct Owner
+{
+ const char* character;
+ const char* corporation;
+ const char* alliance;
+ const char* faction;
+};