Mercurial > mm7
view GUI/UI/UIGame.h @ 2556:91c75d202d30
Shooting bow sound & stats word wrap
(bugfix submitted by default8p)
author | a.parshin |
---|---|
date | Thu, 14 May 2015 11:03:14 +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(); };