Newer
Older
#ifndef INPUT_MANAGER_H
#define INPUT_MANAGER_H
#include "../../engines/fullgame/agdbentures.h"
#include "custom_map.h"
// examine la commande c et appelle les fonctions d'action ou de déplacement correspondantes
void c_apply_input(command * c);
#endif // INPUT_MANAGER_H