Advertisement
Guest User

twitch

a guest
Dec 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. class Streamer {
  2.     public:
  3.         explicit Streamer(std::string const & name = "Alexander") {
  4.             initChannelDescription();
  5.             initDonateService();
  6.            
  7.         }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement