X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fwindows.h;h=9391233dc8dfc3ad4111298cc6a39b2fb785285e;hb=47d7b87570ce3c79d3e0a6b8e765c74d065b6ba5;hp=a597ebb3bb975d6719a87b56afa90546f89017fc;hpb=64e1bc2a874308530b7b45c33ed5d37f34f5f8be;p=plomrogue diff --git a/src/windows.h b/src/windows.h index a597ebb..9391233 100644 --- a/src/windows.h +++ b/src/windows.h @@ -1,3 +1,8 @@ +#ifndef WINDOWS_H +#define WINDOWS_H + +#include +#include #include "yx_uint16.h" struct Frame { @@ -31,3 +36,5 @@ extern void resize_active_win (struct WinMeta *, uint16_t, uint16_t); extern void cycle_active_win (struct WinMeta *, char); extern void shift_active_win (struct WinMeta *, char); extern void reset_pad_offset (struct WinMeta *, uint16_t); + +#endif