From b459d3c8c98e5ca7b62a1a5677e5594b146ff84d Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 14 Apr 2020 06:09:59 -0500 Subject: now draw a cursor at the mouse location. useful in the fb version --- src/graphics_c3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphics_c3.h') diff --git a/src/graphics_c3.h b/src/graphics_c3.h index 3f9fb78..7ea5c74 100644 --- a/src/graphics_c3.h +++ b/src/graphics_c3.h @@ -2,6 +2,7 @@ #define _HACKVR_GRAPHICS_H_ #include +#include "common.h" struct gra_global { unsigned int width; -- cgit v1.2.3