summaryrefslogtreecommitdiffhomepage
path: root/Owner.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 /Owner.h
parentf233014e960a412d3c5d4ba0015f09aa620fe567 (diff)
downloadderelict-0e0358af887336d3466ac408e0404fbc806611f0.zip
derelict-0e0358af887336d3466ac408e0404fbc806611f0.tar.gz
derelict-0e0358af887336d3466ac408e0404fbc806611f0.tar.bz2
Flattened Killmail representation a bit
Diffstat (limited to 'Owner.h')
-rw-r--r--Owner.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Owner.h b/Owner.h
index b311f80..ac615f7 100644
--- a/Owner.h
+++ b/Owner.h
@@ -3,8 +3,8 @@
struct Owner
{
- const char* character;
- const char* corporation;
- const char* alliance;
- const char* faction;
+ long int character;
+ long int corporation;
+ long int alliance;
+ long int faction;
};