view GUI/UI/UIQuickReference.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 fed97f15d1e1
children
line wrap: on
line source

#include "GUI/GUIWindow.h"

struct GUIWindow_QuickReference : public GUIWindow
{
             GUIWindow_QuickReference();
    virtual ~GUIWindow_QuickReference() {}

    virtual void Update();
};