Romain Vimont
|
3ed80a1fac
|
Define macros wrappers for logs
Use macros to wrap SDL_Log* functions with the "application" category.
|
2018-02-13 10:10:18 +01:00 |
|
Romain Vimont
|
6fe65d9f5c
|
Log with category APPLICATION
All our logs should use APPLICATION category. The logs for other
categories are not printed by default under the "critical" level.
|
2018-02-12 16:09:34 +01:00 |
|
Romain Vimont
|
ffae15e36a
|
Rename control to controller
The struct decoder is defined in decoder.h.
For naming consistency, define the struct controller in controller.h.
|
2018-02-08 13:26:01 +01:00 |
|