X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flevel.hpp;h=eb3ba5ce3db30a73d3ee25e7a9bd5e2b78dd472b;hb=8b67b0dc71efddc4b668bde525ba94d701f622ac;hp=da2fdf450e70b2c0e173ba3542ea6ff91928a84d;hpb=fb070684fb70144bdb74f76d3920847cfd6dc83f;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: