X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Ffleet.h;h=7a2f489e57c3c5858520aa97bfe7ad3c8ba61dd8;hp=16422dd7b80b163ed2dec9913ec0b66f1c46e058;hb=cef0ac6862df9a33909e0aa56f89f4c4257cca69;hpb=0bbeb8921656d7175bfa572d750a83bbdd63835d 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