From c176eedfb6de797c09acbff1f61cf62cf1f2c694 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Tue, 28 Apr 2026 00:47:22 +0200 Subject: Enough for today --- src/graphics.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 62dd874..8f327e6 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -1,4 +1,8 @@ -// graphics.h +/** + * @file graphics.h + * @brief Header file for graphics.c + * @date 2026-04-28 +*/ #ifndef GRAPHICS_H #define GRAPHICS_H #include "common.h" @@ -7,10 +11,6 @@ #include void init_graphics(uint32_t x, uint32_t y, const char* title); -void close_graphics(void); -void begin_graphics_drawing(void); -void end_graphics_drawing(void); -void clear_graphics(const Color color); void draw_graphics_object(const object_t* obj); void draw_graphics_objects(const object_t* world, uint32_t count); void draw_graphics_info(uint32_t objs); -- cgit v1.3