#ifndef ANIMTOOL_OPENGL_H_ #define ANIMTOOL_OPENGL_H_ #include "draw.h" extern struct draw_backend draw_backend_opengl; #endif