X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Froguelike.h;h=45e63b9ae0d97573a43592fa38d6e9499eb338fe;hb=47d7b87570ce3c79d3e0a6b8e765c74d065b6ba5;hp=7c54dc43dc7f38f2189a85688cd0a02d303e7c79;hpb=4f8360fb6aad70ba208ca60f0d9c94590b222530;p=plomrogue diff --git a/src/roguelike.h b/src/roguelike.h index 7c54dc4..45e63b9 100644 --- a/src/roguelike.h +++ b/src/roguelike.h @@ -1,8 +1,13 @@ #ifndef ROGUELIKE_H #define ROGUELIKE_H +#include #include "yx_uint16.h" -#include "windows.h" + +struct WinMeta; +struct Win; +struct KeyBinding; +struct KeysWinData; struct World { char interactive;