1
0

Cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-03 15:01:30 +00:00
parent 517abe3696
commit 1fa8b9d997
2 changed files with 7 additions and 1 deletions

View File

@ -29,6 +29,10 @@ private:
* Internal helper for printing debug strings
*/
void debugWrite(int x, int y, const char *text);
/**
* Display instance
*/
DisplayProxy *display;
};