Mercurial > mm7
diff NewUI/MainMenu.cpp @ 1835:a5637690ffbb
m
author | Ritor1 |
---|---|
date | Fri, 11 Oct 2013 18:55:07 +0600 |
parents | bd899dfd976c |
children | b6252811663d |
line wrap: on
line diff
--- a/NewUI/MainMenu.cpp Tue Oct 08 15:27:57 2013 +0600 +++ b/NewUI/MainMenu.cpp Fri Oct 11 18:55:07 2013 +0600 @@ -1,5 +1,5 @@ -#include "MainMenu.h" - +#include "MainMenu.h"è +#include "..\LOD.h" bool MainMenuWindow::OnMouseLeftClick(int x, int y) { @@ -28,6 +28,8 @@ bool MainMenuWindow::Initialize() { + auto background_texture = new RGBTexture; + background_texture->Load("newtitle.pcx", 0); return true; }