Add map function to create controller mappings

This commit is contained in:
Iwan Timmer
2017-10-24 20:51:08 +02:00
parent a0c43053e7
commit f08b701223
6 changed files with 185 additions and 4 deletions

View File

@@ -49,3 +49,4 @@ struct mapping {
struct mapping* mapping_parse(char* mapping);
struct mapping* mapping_load(char* fileName, bool verbose);
void mapping_print(struct mapping*);