Added doxygen comments to core game code.
[supertux.git] / src / level.hpp
index da2fdf4..eb3ba5c 100644 (file)
@@ -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: