From a38035aced502433b99f6cc1f1f6f4df45a71158 Mon Sep 17 00:00:00 2001 From: PAILLE Kyriann <kyriann.paille9@etu.univ-lorraine.fr> Date: Sun, 8 Jan 2023 23:01:50 +0000 Subject: [PATCH] Upload New File --- cmd.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cmd.h diff --git a/cmd.h b/cmd.h new file mode 100644 index 0000000..36e0996 --- /dev/null +++ b/cmd.h @@ -0,0 +1,8 @@ +#ifndef CMD_H +#define CMD_H + +#include "game.h" /* for Game structure */ +extern void processCommand(Game *g); + +#endif // CMD_H + -- GitLab