Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. typedef struct s_path
  2. {
  3. char *name;
  4. int valid;
  5. int x;
  6. char *room;
  7. struct t_path **next;
  8. } t_path;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement