#ifndef _DRAWTEXT_H_
#define _DRAWTEST_H_ 1
// Warning: expensive.
void draw_text(char *s, int x, int y, int move_scale, int draw_scale);
#endif