1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-04 09:42:40 +02:00
vcmi/client/windows/settings/OtherOptionsTab.h

21 lines
402 B
C
Raw Normal View History

/*
* 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
2023-02-12 18:29:23 +02:00
#include "../../gui/InterfaceObjectConfigurable.h"
2023-02-18 18:58:22 +02:00
class OtherOptionsTab : public InterfaceObjectConfigurable
{
private:
public:
2023-02-18 18:58:22 +02:00
OtherOptionsTab();
};