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