X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsector.hpp;h=5033959c1716ba729d04dc7c8a08641c9163df98;hb=a2e2ff929dfce1a2d892e0f7b83db52debde4201;hp=1fc487ea0b3486c9efcfc2d0f433220b2ef32d86;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/sector.hpp b/src/sector.hpp index 1fc487ea0..5033959c1 100644 --- a/src/sector.hpp +++ b/src/sector.hpp @@ -23,6 +23,7 @@ #include #include #include +#include #include "direction.hpp" #include "video/color.hpp" @@ -59,8 +60,9 @@ enum MusicType { }; /** - * This class holds a sector (a part of a level) and all the game objects in - * the sector + * Represents one of (potentially) multiple, separate parts of a Level. + * + * Sectors contain GameObjects, e.g. Badguys and Players. */ class Sector : public Scripting::SSector {