diff GUI/UI/UIGame.h @ 2572:d87bfbd3bb3b

Step towards unification of Texture and RGBTexture (class Image)
author a.parshin
date Sat, 05 Mar 2016 01:51:54 +0200
parents 4087cbc62706
children dd36326a9994
line wrap: on
line diff
--- a/GUI/UI/UIGame.h	Mon Oct 05 00:19:13 2015 +0200
+++ b/GUI/UI/UIGame.h	Sat Mar 05 01:51:54 2016 +0200
@@ -44,4 +44,13 @@
     virtual ~GUIWindow_GameVideoOptions() {}
 
     virtual void Update();
-};
\ No newline at end of file
+};
+
+
+
+
+extern class Image *game_ui_statusbar;
+extern class Image *game_ui_rightframe;
+extern class Image *game_ui_topframe;
+extern class Image *game_ui_leftframe;
+extern class Image *game_ui_bottomframe;
\ No newline at end of file