aboutsummaryrefslogtreecommitdiff
path: root/include/render.h
diff options
context:
space:
mode:
authorDavid Moc <personal@cdatgoose.org>2026-05-30 21:53:05 +0200
committerDavid Moc <personal@cdatgoose.org>2026-05-30 21:53:05 +0200
commite930cc6bdc7f62befac063d7d9d016ffb0a64f1a (patch)
tree52118a1e990ae88f5f0410c8caea129609e22e19 /include/render.h
Added the old repo, refactored it, added the C jit.
Diffstat (limited to 'include/render.h')
-rw-r--r--include/render.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/render.h b/include/render.h
new file mode 100644
index 0000000..f1a0a8c
--- /dev/null
+++ b/include/render.h
@@ -0,0 +1,8 @@
+#ifndef ECEX_RENDER_H
+#define ECEX_RENDER_H
+
+#include "app.h"
+
+void render(app_t *app);
+
+#endif