view GUI/UI/Books/TownPortalBook.h @ 2563:65c97624c047

Saving & loading works from both main menu and game
author a.parshin
date Tue, 19 May 2015 22:00:56 +0200
parents 87e5590d034b
children
line wrap: on
line source

#pragma once
#include "GUI/UI/UIBooks.h"

struct GUIWindow_TownPortalBook : public GUIWindow_Book
{
             GUIWindow_TownPortalBook(const char *a1);
    virtual ~GUIWindow_TownPortalBook() {}

    virtual void Update();
};