mirror-chatterino2/src/widgets/settingspages/EmotesPage.hpp

14 lines
200 B
C++
Raw Normal View History

2018-01-12 23:09:05 +01:00
#pragma once
2018-06-26 14:09:39 +02:00
#include "widgets/settingspages/SettingsPage.hpp"
2018-01-12 23:09:05 +01:00
namespace chatterino {
class EmotesPage : public SettingsPage
{
public:
EmotesPage();
};
2018-01-12 23:09:05 +01:00
} // namespace chatterino