mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 19:57:17 -05:00
7 lines
108 B
C
7 lines
108 B
C
|
#pragma once
|
||
|
|
||
|
#include "menu.h"
|
||
|
#include "point.h"
|
||
|
|
||
|
ButtonPress_e checkTouch(Point *const touch_point_out);
|