Update Engine

acetheking987 2024-09-06 13:49:03 +00:00
parent 4784d7427c
commit 1831479328

@ -23,7 +23,7 @@ This clears the screen with a provided color `engine->clear({ 100, 150, 255, 255
### Update
This runs all the input updates using the Input class.
This runs all the input updates using the [Input class](Input).
### Deconstructor