aboutsummaryrefslogtreecommitdiff
path: root/Sources/CLVGL/include/shim.h
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-08-09 14:52:03 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-08-09 14:52:03 -0600
commit5ffec6ed7c40522c88a5bb62fe22e233b358244f (patch)
tree95103636dd98a5016c7650f6ef1ca95ccec7a166 /Sources/CLVGL/include/shim.h
parentfa3bba6792cdef4a11554d9538aa39e7fdb9b04c (diff)
initial commit
Diffstat (limited to 'Sources/CLVGL/include/shim.h')
-rw-r--r--Sources/CLVGL/include/shim.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Sources/CLVGL/include/shim.h b/Sources/CLVGL/include/shim.h
new file mode 100644
index 0000000..49229a3
--- /dev/null
+++ b/Sources/CLVGL/include/shim.h
@@ -0,0 +1,6 @@
+#ifndef CLVGL_SHIM_H
+#define CLVGL_SHIM_H
+
+#include "../lvgl/lvgl.h"
+
+#endif // CLVGL_SHIM_H