summaryrefslogtreecommitdiff
path: root/src/draw/opengl.h
blob: a35eb1a4edde5b2d9cdcdcb24614b40f0ebedce0 (plain)
1
2
3
4
5
6
7
8
#ifndef ANIMTOOL_OPENGL_H_
#define ANIMTOOL_OPENGL_H_

#include "draw.h"

extern struct draw_backend draw_backend_opengl;

#endif