From 97cbb7514135ec81803e746f0b549e9f95abbecc Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:18:50 +0000 Subject: added basic file loader --- src/game/sector.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/game/sector.h') diff --git a/src/game/sector.h b/src/game/sector.h index 10f548c..3f6b3e4 100644 --- a/src/game/sector.h +++ b/src/game/sector.h @@ -10,13 +10,17 @@ namespace game { + +/// a sector of space class Sector { public: + /// default constructor Sector(); + /// default destructor ~Sector(); - /// tag used in configuration files, e.g. "terran" - std::string tag; + /// label used in configuration files, e.g. "terran" + std::string label; /// name to display, e.g. "Terran System" std::string name; }; -- cgit v1.2.3