X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.css?a=blobdiff_plain;f=src%2Fwindows.c;h=6089781825fe89b6294b2d602946ec561b0673a2;hb=47d7b87570ce3c79d3e0a6b8e765c74d065b6ba5;hp=98c8cf8b46da0bbdd73c4b9659a4c27dbfe48c3a;hpb=4f8360fb6aad70ba208ca60f0d9c94590b222530;p=plomrogue diff --git a/src/windows.c b/src/windows.c index 98c8cf8..6089781 100644 --- a/src/windows.c +++ b/src/windows.c @@ -1,8 +1,8 @@ -#include +#include "windows.h" #include #include +#include #include -#include "windows.h" struct Corners { struct yx_uint16 tl;