Advertisement
Guest User

Params extension

a guest
Oct 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. struct Context {
  2. virtual ~Context() = default;
  3. };
  4. struct VideoContext : public Context {};
  5. struct AudioContext : public Context {};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement