summaryrefslogtreecommitdiffhomepage
path: root/Location.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-20 23:41:54 +0200
committerAki <please@ignore.pl>2022-05-20 23:41:54 +0200
commit0e0358af887336d3466ac408e0404fbc806611f0 (patch)
tree8dc457d80099c9ca7e53bf7e695f5df6592cef40 /Location.h
parentf233014e960a412d3c5d4ba0015f09aa620fe567 (diff)
downloadderelict-0e0358af887336d3466ac408e0404fbc806611f0.zip
derelict-0e0358af887336d3466ac408e0404fbc806611f0.tar.gz
derelict-0e0358af887336d3466ac408e0404fbc806611f0.tar.bz2
Flattened Killmail representation a bit
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;
-};