mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Added HelpStyle definition if def RETRODECK
This commit is contained in:
parent
5701e666cf
commit
6846afef5e
|
@ -49,6 +49,10 @@
|
|||
#include "InputOverlay.h"
|
||||
#endif
|
||||
|
||||
#if defined(RETRODECK)
|
||||
#include "HelpStyle.h"
|
||||
#endif
|
||||
|
||||
#include <SDL2/SDL_events.h>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Reference in a new issue