X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fwindow.h;fp=source%2Fgraphics%2Fwindow.h;h=a6fb92b4e8e1eb4db2f0cf46004a3a93cf92d1f6;hp=de8a3d0beaccf79c2bc7bf9e42c3535840636fbf;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/graphics/window.h b/source/graphics/window.h index de8a3d0..a6fb92b 100644 --- a/source/graphics/window.h +++ b/source/graphics/window.h @@ -3,6 +3,7 @@ #include #include +#include "mspgui_api.h" namespace Msp { namespace Graphics { @@ -23,7 +24,7 @@ struct WindowOptions bool resizable = false; }; -class Window +class MSPGUI_API Window { public: struct Private;