]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
some commenting on the map classes
[l2e.git] / src / map / MapState.h
index 1b53d776b0c457ace6b3b730b8fea5f959ae33d5..136e1b0467eda947d968cb18ac0ea118d14057e5 100644 (file)
@@ -21,6 +21,7 @@
 
 namespace map {
 
+/// Shows a map and its entities an optionally control a single entity.
 class MapState
 : public app::State
 , public common::ScriptHost {