Files
asteroids/text.h

7 lines
70 B
C

#ifndef TEXT_H
#define TEXT_H
void text_draw(const char *s);
#endif