toaruos/lib/drawstring.h

6 lines
154 B
C
Raw Normal View History

2018-03-01 09:10:57 +03:00
#pragma once
#include "lib/graphics.h"
void draw_string(gfx_context_t * ctx, int x, int y, uint32_t _fg, char * str);
int draw_string_width(char * str);