Advertisement
Guest User

Untitled

a guest
Jun 16th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #ifndef __SHARE_H__
  2. #define __SHARE_H__
  3.  
  4. #include "cocos2d.h"
  5.  
  6. class Share
  7. {
  8.    
  9. public:
  10.    
  11.     static void show();
  12.    
  13. };
  14.  
  15. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement