Fix mistake in documentation

This commit is contained in:
Fierelier 2023-05-14 20:33:44 +02:00
parent 2e593b1ab2
commit 919d9c60c9

View File

@ -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)