#ifndef UTILITIES_H #define UTILITIES_H void Azur_draw_text(int x, int y, char const *fmt, ...); #endif