view GUI/UI/Books/QuestBook.h @ 2562:b8a56afc6ba1

new var no_actors, lights_flag, debug_lights, StationaryLights and MobileLights
author Ritor1
date Sun, 17 May 2015 22:42:13 +0600
parents 87e5590d034b
children
line wrap: on
line source

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

struct GUIWindow_QuestBook : public GUIWindow_Book
{
             GUIWindow_QuestBook();
    virtual ~GUIWindow_QuestBook() {}

    virtual void Update();
};