aboutsummaryrefslogtreecommitdiff
path: root/layer.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-06-12 21:57:48 +0000
committerrodri <rgl@antares-labs.eu>2020-06-12 21:57:48 +0000
commit0b0726f3a990ee241fd93b5c3f53631bfbb4c455 (patch)
tree72942206518cf8f2da7ed1b744077d4a5343fa29 /layer.c
parent60bbfc0e2353b834409ecefd10ae3985f5cbf111 (diff)
downloadpuppeteer-0b0726f3a990ee241fd93b5c3f53631bfbb4c455.tar.gz
puppeteer-0b0726f3a990ee241fd93b5c3f53631bfbb4c455.tar.bz2
puppeteer-0b0726f3a990ee241fd93b5c3f53631bfbb4c455.zip
layout done. implemented some error-checking wrappers and started work on layers.
Diffstat (limited to 'layer.c')
-rw-r--r--layer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/layer.c b/layer.c
new file mode 100644
index 0000000..5673183
--- /dev/null
+++ b/layer.c
@@ -0,0 +1,5 @@
+#include <u.h>
+#include <libc.h>
+#include <draw.h>
+#include <geometry.h>
+