MandAzur/src/utilities.h

6 lines
105 B
C

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