summaryrefslogtreecommitdiff
path: root/src/draw/opengl.h
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-12 20:57:06 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-12 20:59:39 +0200
commite5af28536bfb0f4c9131df56d2009ba5196f5e3a (patch)
tree3ab928f961a1ccd8440b070d7b57f79146457e8c /src/draw/opengl.h
downloadanimtool-e5af28536bfb0f4c9131df56d2009ba5196f5e3a.tar.xz
init
Diffstat (limited to 'src/draw/opengl.h')
-rw-r--r--src/draw/opengl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/draw/opengl.h b/src/draw/opengl.h
new file mode 100644
index 0000000..a35eb1a
--- /dev/null
+++ b/src/draw/opengl.h
@@ -0,0 +1,8 @@
+#ifndef ANIMTOOL_OPENGL_H_
+#define ANIMTOOL_OPENGL_H_
+
+#include "draw.h"
+
+extern struct draw_backend draw_backend_opengl;
+
+#endif