OVR: Change the way to walk and rotate with the controller
[mercenary-reloaded.git] / src / libtext / text.h
index f3be18e..0681174 100644 (file)
@@ -1,4 +1,5 @@
 
 uint8_t *text_alloc(int image_width, int image_height, uint8_t alpha);
 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);
+void text_insert_image(uint8_t *buffer, uint8_t palette[][3], const char *pixels, uint8_t alpha);