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