move some pages that are specific out of the "core" folder

This commit is contained in:
Matthew Colvin 2023-10-11 16:20:05 -05:00
parent 4f59a2648f
commit 442d0b0dad
7 changed files with 3 additions and 1 deletions

View file

@ -40,13 +40,15 @@ build_flags =
; ------------- Includes ------------------------------------ ; ------------- Includes ------------------------------------
-I OmoteUI -I OmoteUI
-I OmoteUI/core -I OmoteUI/core
-I OmoteUI/core/interfaces
-I OmoteUI/core/screen -I OmoteUI/core/screen
-I OmoteUI/core/widget -I OmoteUI/core/widget
-I OmoteUI/core/page -I OmoteUI/core/page
-I OmoteUI/UIs -I OmoteUI/UIs
-I OmoteUI/UIs/Basic -I OmoteUI/UIs/Basic
-I OmoteUI/UIs/BasicRefactored -I OmoteUI/UIs/BasicRefactored
-I OmoteUI/UIs/BasicRefactored/screen
-I OmoteUI/UIs/BasicRefactored/page
-I OmoteUI/UIs/BasicRefactored/widget
-I HAL -I HAL
-I HAL/HardwareModules -I HAL/HardwareModules