summaryrefslogtreecommitdiffhomepage
path: root/Ship.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ship.h')
-rw-r--r--Ship.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Ship.h b/Ship.h
new file mode 100644
index 0000000..2ca6883
--- /dev/null
+++ b/Ship.h
@@ -0,0 +1,8 @@
+#pragma once
+
+
+struct Ship
+{
+ const char* name;
+ const char* icon;
+};