Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /*
  2. ** EPITECH PROJECT, 2018
  3. ** PSU_zappy_2017
  4. ** File description:
  5. ** incantation_command.h
  6. */
  7.  
  8. #ifndef INCANTATION_COMMAND_H_
  9. # define INCANTATION_COMMAND_H_
  10.  
  11. #include "core_server.h"
  12.  
  13. typedef struct elevation_s {
  14. unsigned int player_count;
  15. int item_required[7];
  16. } elevation_t;
  17.  
  18. int incantation_command(char *cmd, zappy_server_t *srv, client_t *cli);
  19.  
  20. #endif /* INCANTATION_COMMAND_H_ */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement