Mentions légales du service

Skip to content
Snippets Groups Projects
input_manager.h 275 B
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