OVR: Change the way to walk and rotate with the controller
[mercenary-reloaded.git] / src / libtext / text.h
1
2 uint8_t *text_alloc(int image_width, int image_height, uint8_t alpha);
3 void text_render(uint8_t *buffer, int image_width, int image_height, const char *text, uint8_t alpha, int color, double start_column, double start_line, int double_height);
4 void text_insert_image(uint8_t *buffer, uint8_t palette[][3], const char *pixels, uint8_t alpha);
5