From 73a80de4228a498b483c8e10ab317920d978d507 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 20 Jan 2022 23:22:42 -0700 Subject: Moved globals to file --- include/graphics/drawer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/graphics/drawer.h') diff --git a/include/graphics/drawer.h b/include/graphics/drawer.h index 6d97163..67abca0 100644 --- a/include/graphics/drawer.h +++ b/include/graphics/drawer.h @@ -6,10 +6,6 @@ struct Drawer { unsigned int y; }; -#ifndef GRAPHICS_DRAWER_C -extern struct Drawer g_Drawer; -#endif - void write_cchar(struct Drawer* d, char s, unsigned int c); void write_char(struct Drawer* d, char s); -- cgit v1.2.1