From cd5328c93dc0e8df95d94fcee48dd085c5d31738 Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 17 Jul 2020 04:01:59 -0500 Subject: removed a comment I don't care for anymore. --- src/graphics_cs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/graphics_cs.h') 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 -//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); -- cgit v1.2.3