Files
chatterino2/src/util/CustomPlayer.hpp

10 lines
136 B
C++

#pragma once
#include <QStringView>
namespace chatterino {
void openInCustomPlayer(QStringView channel);
} // namespace chatterino