aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-07-17 04:01:59 -0500
committerepoch <epoch@hacking.allowed.org>2020-07-17 04:01:59 -0500
commitcd5328c93dc0e8df95d94fcee48dd085c5d31738 (patch)
tree8679637c3aa7feeb47ce6ba5c6a5e3857bc1b7a8
parent7bb1723876d365b8574f1c281134f0f46aea83fe (diff)
downloadhackvr-cd5328c93dc0e8df95d94fcee48dd085c5d31738.tar.gz
hackvr-cd5328c93dc0e8df95d94fcee48dd085c5d31738.zip
removed a comment I don't care for anymore.
-rw-r--r--src/graphics_cs.h3
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);