X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel.hpp;h=eb3ba5ce3db30a73d3ee25e7a9bd5e2b78dd472b;hb=45635d47cba9d7d4359a717b810c5d4e6b4a2848;hp=da2fdf450e70b2c0e173ba3542ea6ff91928a84d;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/level.hpp b/src/level.hpp index da2fdf450..eb3ba5ce3 100644 --- a/src/level.hpp +++ b/src/level.hpp @@ -30,6 +30,11 @@ namespace lisp { class Lisp; } +/** + * Represents a collection of Sectors running in a single GameSession. + * + * Each Sector in turn contains GameObjects, e.g. Badguys and Players. + */ class Level { public: