Cleanup SDL2 touch driver

This commit is contained in:
fvanroie 2021-05-27 18:06:29 +02:00
parent b59fbfd6f5
commit 56a124755f
2 changed files with 3 additions and 6 deletions

View File

@ -15,10 +15,6 @@
#include "dev/device.h"
#include "hasp_debug.h"
#include "tft_driver_sdl2.h"
//#include "bootscreen.h" // Sketch tab header for xbm images
namespace dev {
/**

View File

@ -31,8 +31,9 @@ class TftSdl : BaseTft {
} // namespace dev
using dev::TftSdl;
extern dev::TftSdl haspTft;
#endif // defined(WINDOWS) || defined(POSIX)
#endif // HASP_SDL2_DRIVER_H
using dev::TftSdl;
extern dev::TftSdl haspTft;