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)