Add UI abstract and move some files into a basic folder

This commit is contained in:
MatthewColvin 2023-09-16 12:45:12 -05:00
parent d37a587c5c
commit 5c6008c491
9 changed files with 12 additions and 0 deletions

View file

View file

@ -0,0 +1,10 @@
// OMOTE UI
// 2023 Matthew Colvin
#pragma once
class UIAbstract{
UIAbstract();
};

View file

@ -40,6 +40,8 @@ build_flags =
; ------------- Includes ------------------------------------
-I OmoteUI
-I OmoteUI/core
-I OmoteUI/UIs
-I OmoteUI/UIs/Basic
-I HAL
-I HAL/HardwareModules