view GUI/UI/UIGame.h @ 2547:fed97f15d1e1

* SaveLoad * QuickReference * Modal * Character
author a.parshin
date Tue, 12 May 2015 01:45:31 +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();
};