Advertisement
Ankirama

Untitled

Jun 3rd, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1.   const char  *name;
  2.   int         position;
  3.   int         direction;
  4.   int         speed;
  5.   t_color     color;
  6.   const char  *filepath;
  7.   int         score;
  8.   int         left;
  9.   int         right;
  10.   int         up;
  11.   int         down;
  12.   int         bomb;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement