Files
asteroids/text.h
2025-10-15 14:21:31 +01:00

7 lines
70 B
C

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