6 lines
78 B
C++
6 lines
78 B
C++
#pragma once
|
|
|
|
namespace chatterino {
|
|
enum class ProviderId { Twitch };
|
|
}
|