OMOTE/Platformio/OmoteUI/UIs/BasicRefactored/BasicUI.hpp
MatthewColvin efa2d4a137 Rework Mains so they are basically as identical as possible.
Create HardwareFactory which is responsible for providing the HardwareAbstract to any part of the program based on compiler defines
2023-10-15 08:24:29 -05:00

11 lines
No EOL
126 B
C++

#pragma once
#include "UIBase.hpp"
namespace UI {
class BasicUI : public UIBase {
public:
BasicUI();
};
} // namespace UI