diff options
author | epoch <epoch@hacking.allowed.org> | 2017-01-04 16:40:23 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-01-04 16:40:23 -0600 |
commit | ddb236223753a2506b93d43b255175a2a916dd3c (patch) | |
tree | b62057912c16ba9aeb83a324891853dda7d16abe | |
parent | e753b62e9112ff67117fc22677b8f1ae6fc3f047 (diff) | |
download | hackvr-ddb236223753a2506b93d43b255175a2a916dd3c.tar.gz hackvr-ddb236223753a2506b93d43b255175a2a916dd3c.zip |
added two more function declarations.
-rw-r--r-- | src/graphics_x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics_x11.h b/src/graphics_x11.h index 8924b61..2f54de1 100644 --- a/src/graphics_x11.h +++ b/src/graphics_x11.h @@ -22,7 +22,9 @@ struct x11_global {//stores global variables for the x11 *specific* shit. void draw_cs_line(cs_t p1,cs_t p2); void draw_cs_text(cs_t p,char *text); void draw_cs_shape(cs_s_t s); +void draw_cs_filled_shape(cs_s_t s); void set_aspect_ratio(); +void set_color_based_on_distance(real d); void flipscreen(); void set_color(); void clear_backbuffer(); |