Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. // Include files
  2. #include <core/core.h>
  3.  
  4. class DemoScreen :
  5.         public PluginClassHandler <MyScreen, CompScreen>,
  6.         public ScreenInterface,
  7.         public DemoOptions
  8. {
  9.     //...
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement