Paddle.h 215 B

12345678910111213141516171819
  1. //
  2. // BlocksLayer.h
  3. // RedCore2
  4. //
  5. // Created by Gabriel Capella on 01/06/17.
  6. //
  7. //
  8. #ifndef Paddle_h
  9. #define Paddle_h
  10. #include "cocos2d.h"
  11. class Paddle : public cocos2d::Node {
  12. };
  13. #endif /* Paddle_h */