diff options
author | epoch <epoch@hacking.allowed.org> | 2020-07-17 04:01:59 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-07-17 04:01:59 -0500 |
commit | cd5328c93dc0e8df95d94fcee48dd085c5d31738 (patch) | |
tree | 8679637c3aa7feeb47ce6ba5c6a5e3857bc1b7a8 /src | |
parent | 7bb1723876d365b8574f1c281134f0f46aea83fe (diff) | |
download | hackvr-cd5328c93dc0e8df95d94fcee48dd085c5d31738.tar.gz hackvr-cd5328c93dc0e8df95d94fcee48dd085c5d31738.zip |
removed a comment I don't care for anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/graphics_cs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/graphics_cs.h b/src/graphics_cs.h index a16f03f..1abba31 100644 --- a/src/graphics_cs.h +++ b/src/graphics_cs.h @@ -4,9 +4,6 @@ #include "math.h" #include <idc.h> -//these are just the functions that all backends need to implement to work with hackvr. -//the list of functions are subject to change. - 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); |