mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-10 18:36:23 -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);
|