10 lines
136 B
C++
10 lines
136 B
C++
#pragma once
|
|
|
|
#include <QStringView>
|
|
|
|
namespace chatterino {
|
|
|
|
void openInCustomPlayer(QStringView channel);
|
|
|
|
} // namespace chatterino
|