Include new point location

This commit is contained in:
Reed Nightingale 2020-02-09 18:41:26 -08:00
parent 947624518d
commit 26c670ce14

2
menu.h
View File

@ -1,7 +1,7 @@
#pragma once
#include <stdint.h>
#include "nano_gui.h"//Point
#include "point.h"
enum MenuReturn_e : uint8_t {
StillActive,