#ifndef HSCURSESUTILS_H #define HSCURSESUTILS_H #include "HSCurses.h" extern void hscurses_nomacro_getyx(WINDOW *win, int *y, int *x); #endif // HSCURSESUTILS_H