diff options
| author | JF <jf@codingfield.com> | 2020-01-18 17:17:52 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-01-18 17:17:52 (GMT) |
| commit | f049f382f03c946b967e1a53368c82f845299cb4 (patch) | |
| tree | ca3da186765e5d0bc89a310d2c648bc12ff189d3 /src/DisplayApp/Screens/Screen.cpp | |
| parent | f14ba4a7e336607f88548963213100cf1478290c (diff) | |
Encapsulate the drawing of the screen into Screens classes.
Diffstat (limited to 'src/DisplayApp/Screens/Screen.cpp')
| -rw-r--r-- | src/DisplayApp/Screens/Screen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DisplayApp/Screens/Screen.cpp b/src/DisplayApp/Screens/Screen.cpp new file mode 100644 index 0000000..1467df3 --- /dev/null +++ b/src/DisplayApp/Screens/Screen.cpp @@ -0,0 +1,2 @@ +#include "Screen.h" +using namespace Pinetime::Applications::Screens;
\ No newline at end of file |
