home · contact · privacy
Maps are always squares, therefore define only their edge lengths.
[plomrogue] / src / client / wincontrol.c
index 21308e728117756f7dc62f3ec356fd01920f5924..09cff03caaa756b9e095a5ce10b45dc829636da0 100644 (file)
@@ -9,8 +9,7 @@
 #include <string.h> /* memcpy(), memset(), strchr(), strlen() */
 #include "../common/rexit.h" /* exit_err() */
 #include "../common/try_malloc.h" /* try_malloc() */
-#include "../common/yx_uint16.h" /* struct yx_uint16 */
-#include "windows.h" /* struct Win, get_win_by_id(), get_win_pos_in_order() */
+#include "windows.h" /* Win,yx_uint16, get_win_by_id(),get_win_pos_in_order() */
 #include "world.h" /* global world */