X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Ffleet.h;h=7a2f489e57c3c5858520aa97bfe7ad3c8ba61dd8;hb=cef0ac6862df9a33909e0aa56f89f4c4257cca69;hp=16422dd7b80b163ed2dec9913ec0b66f1c46e058;hpb=a779cd198be469897a9dec45c9b2ba38b183de2f;p=hbs.git diff --git a/bs/fleet.h b/bs/fleet.h index 16422dd..7a2f489 100644 --- a/bs/fleet.h +++ b/bs/fleet.h @@ -18,10 +18,13 @@ #ifndef FLEET_H #define FLEET_H +#include +#include /** *@author Michael Andreen *This is the engine for the whole battlesystem. + *One of the few parts that I plan make fully portable. */ class Fleet @@ -29,6 +32,11 @@ class Fleet public: Fleet(); ~Fleet(); + +private: + string m_name; + string m_race; + map }; #endif