X-Git-Url: https://plomlompom.com/repos/index.html?a=blobdiff_plain;f=src%2Fwindows.h;h=a597ebb3bb975d6719a87b56afa90546f89017fc;hb=64e1bc2a874308530b7b45c33ed5d37f34f5f8be;hp=c194907b6c41046fc784b76d367829a506d7d3f8;hpb=a1384bd171b558158855ec7c6683eba8fd8e609f;p=plomrogue diff --git a/src/windows.h b/src/windows.h index c194907..a597ebb 100644 --- a/src/windows.h +++ b/src/windows.h @@ -1,6 +1,4 @@ -struct yx_uint16 { - uint16_t y; - uint16_t x; }; +#include "yx_uint16.h" struct Frame { WINDOW * curses_win;