home · contact · privacy
Moved basic yx_uint16 handling into its own library.
[plomrogue] / src / windows.h
index c194907b6c41046fc784b76d367829a506d7d3f8..a597ebb3bb975d6719a87b56afa90546f89017fc 100644 (file)
@@ -1,6 +1,4 @@
-struct yx_uint16 {
-  uint16_t y;
-  uint16_t x; };
+#include "yx_uint16.h"
 
 struct Frame {
   WINDOW * curses_win;