diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ typedef struct { PianoStation_t *curStation; char doQuit; BarReadlineFds_t input; + unsigned int playerErrors; } BarApp_t; #endif /* _MAIN_H */ |