Mercurial > mm7
view GUI/UI/UIGame.h @ 2565:117c219bf913
Party, items and stuff are abstracted from savegame file representation
author | a.parshin |
---|---|
date | Wed, 20 May 2015 15:12:33 +0200 |
parents | 4087cbc62706 |
children | d87bfbd3bb3b |
line wrap: on
line source
#pragma once #include "GUI/GUIWindow.h" void GameUI_WritePointedObjectStatusString(); void __fastcall GameUI_OnPlayerPortraitLeftClick(unsigned int uPlayerID); // idb __int16 __fastcall sub_441A4E(int a1); struct GUIWindow_GameMenu : public GUIWindow { GUIWindow_GameMenu(); virtual ~GUIWindow_GameMenu() {} virtual void Update(); }; struct GUIWindow_GameOptions : public GUIWindow { GUIWindow_GameOptions(); virtual ~GUIWindow_GameOptions() {} virtual void Update(); }; struct GUIWindow_GameKeyBindings : public GUIWindow { GUIWindow_GameKeyBindings(); virtual ~GUIWindow_GameKeyBindings() {} virtual void Update(); }; struct GUIWindow_GameVideoOptions : public GUIWindow { GUIWindow_GameVideoOptions(); virtual ~GUIWindow_GameVideoOptions() {} virtual void Update(); };