Addsy

player_snake.hpp

Apr 13th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #if !defined PLAYER_SNAKE_HPP
  2. #define PLAYER_SNAKE_HPP
  3.  
  4. #include "snake.hpp"
  5. #include <prg_interactive.hpp>
  6.  
  7. #endif //PLAYER_SNAKE_HPP
Advertisement
Add Comment
Please, Sign In to add comment