#ifndef BEZIER_H #define BEZIER_H void init_gl(void); void draw_gl(void); void init_surface(void); #endif