bleak/src/app.rs

20 lines
290 B
Rust
Raw Normal View History

2019-12-28 21:42:24 -06:00
// enum used when a certain TV app is being used
enum ActiveApp {
Netflix,
Hulu,
AmazonPrime,
Pandora,
Spotify,
Crunchyroll,
Funimation,
VRV,
}
// enum used to select what kind of TV you are using
enum TV {
Roku,
Android,
Samsung,
Amazon,
}