From ed2a4bc4400c38ecd11baccac5db328b797b5d68 Mon Sep 17 00:00:00 2001 From: pk33 Date: Thu, 14 Nov 2024 15:06:07 +0100 Subject: begin 3D rendering, basic camera controls --- include/display33.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include/display33.h') diff --git a/include/display33.h b/include/display33.h index 85e0172..1cde9f2 100644 --- a/include/display33.h +++ b/include/display33.h @@ -5,14 +5,7 @@ #include "libdrm/drm_mode.h" #include "types33.h" - - -/* TEMP XXX */ -typedef struct { - u32 *data; - Size w, h; -} Surface33; -/**/ +#include "graphics33.h" typedef struct { -- cgit v1.2.3