Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. class testClass{
  2.   protected:
  3.   BITMAP *picture;
  4.  
  5.   public:
  6.   BITMAP* getPicture(void){return picture;}
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement