1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/client/windows/settings/OtherOptionsTab.h
2023-02-18 17:58:22 +01:00

21 lines
402 B
C++

/*
* VcmiSettingsWindow.h, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
#include "../../gui/InterfaceObjectConfigurable.h"
class OtherOptionsTab : public InterfaceObjectConfigurable
{
private:
public:
OtherOptionsTab();
};