Provide more debugging information for controllers

This commit is contained in:
Iwan Timmer
2017-06-19 22:13:35 +02:00
parent 0e4820e3a8
commit c23d95f83c
7 changed files with 25 additions and 15 deletions

View File

@@ -47,4 +47,4 @@ struct mapping {
struct mapping* next;
};
struct mapping* mapping_load(char* fileName);
struct mapping* mapping_load(char* fileName, bool verbose);