diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:08:38 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:08:38 +0100 |
commit | a4d914ba275fec76f9f9bceb4d8c789adf163565 (patch) | |
tree | d4e0b1da12caf24dffe6c69f6d7df4178c78360c /src | |
parent | a34c610938eb03f449bdb077e61414213e576ebc (diff) | |
download | dragonfireclient-a4d914ba275fec76f9f9bceb4d8c789adf163565.tar.xz |
Make GitHub Actions Happy try 312-12-2020
Diffstat (limited to 'src')
-rw-r--r-- | src/client/inputhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/inputhandler.h b/src/client/inputhandler.h index b3a7d4ba3..365263b39 100644 --- a/src/client/inputhandler.h +++ b/src/client/inputhandler.h @@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #endif class InputHandler; +class TouchScreenGUI; /**************************************************************************** Fast key cache for main game loop |