]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
removed stupid file headers that eclipse put in
[l2e.git] / src / map / MapState.h
index 1b53d776b0c457ace6b3b730b8fea5f959ae33d5..af66d241d40b6efe4a5a312e2b31f8735ff84559 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * MapState.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef MAP_MAPSTATE_H_
 #define MAP_MAPSTATE_H_
 
@@ -21,6 +14,7 @@
 
 namespace map {
 
+/// Shows a map and its entities an optionally control a single entity.
 class MapState
 : public app::State
 , public common::ScriptHost {