home · contact · privacy
Unify Map struct common to server and client in src/common/map.h.
[plomrogue] / src / common / map.h
index cac29dc8f111686be4eb3e4ed699c8c2e7422eb0..8d454ca7ab1b040464a3f5a0ab7a86c6824697fb 100644 (file)
@@ -1,6 +1,6 @@
 /* src/common/map.h
  *
- * Struct for the game map.
+ * Game map.
  */
 
 #ifndef MAP_H
@@ -9,7 +9,6 @@
 #include "yx_uint16.h" /* yx_uint16 struct */
 
 
-
 struct Map
 {
     struct yx_uint16 size;   /* map's height/width in number of cells */