Mercurial > mm7
diff NewUI/MainMenu.h @ 1835:a5637690ffbb
m
author | Ritor1 |
---|---|
date | Fri, 11 Oct 2013 18:55:07 +0600 |
parents | bd899dfd976c |
children | 5abd8fc8f1c6 |
line wrap: on
line diff
--- a/NewUI/MainMenu.h Tue Oct 08 15:27:57 2013 +0600 +++ b/NewUI/MainMenu.h Fri Oct 11 18:55:07 2013 +0600 @@ -1,5 +1,6 @@ #pragma once #include "Core/UIControl.h" +#include "..\Render.h" class MainMenuWindow: public UIControl @@ -25,4 +26,7 @@ //virtual bool OnMouseEnter() override; // UIControl //virtual bool OnMouseLeave() override; + + private: + RGBTexture *background_texture; }; \ No newline at end of file