From 919d9c60c97281c6cb53b3f3ed70c11137abe1a6 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 14 May 2023 20:33:44 +0200 Subject: [PATCH] Fix mistake in documentation --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index cc4d644..08ca448 100644 --- a/README.txt +++ b/README.txt @@ -14,7 +14,7 @@ A software accelerated (CPU-only) game engine for older computers. It uses a lay > void engine_time_sleep(long long ms) >> LOGIC -> struct ENGINE_EVENT engine_event_get() +> struct ENGINE_EVENT * engine_event_get() >> TEXTURES > struct ENGINE_TEXTURE * engine_texture_create(int width,int height)