Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //
  2. // Created by sotiris on 3/23/2017.
  3. //
  4.  
  5. #ifndef HARRYPOTTER_GHOSTINFO_H
  6. #define HARRYPOTTER_GHOSTINFO_H
  7.  
  8. #include "Coordinate.h"
  9. #include "Ghost"
  10. class GhostInfo {
  11.  
  12. public:
  13. ChostInfo::ChostInfo(Ghost &ghost,char avatar,Coordinate &startPosition){
  14. };
  15.  
  16. Ghost getGhost(){
  17. }
  18.  
  19. private:
  20. Chost& ghost;
  21. };
  22.  
  23. #endif //HARRYPOTTER_GHOSTINFO_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement