X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwindows.h;h=a597ebb3bb975d6719a87b56afa90546f89017fc;hb=64e1bc2a874308530b7b45c33ed5d37f34f5f8be;hp=c194907b6c41046fc784b76d367829a506d7d3f8;hpb=e9d8b1aca776341c9cdaa2ea6406336661d82a76;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;