Files
nova-engine/engine/include/nova
Jayden Grubb f727261a84 Rename Renderer::create to Renderer::init
All functions that the create/destroy a global static singleton should
use the names init and shutdown, while any static functions that
return/take a new object should use the names create and destroy.

e.g.
void Renderer::init() and void Renderer::shutdown()
Window* Window::create() and void Window::destroy(Window* window)
2025-03-28 13:46:59 +10:00
..
2025-03-14 20:41:03 +10:00
2025-02-11 00:25:21 +10:00
2025-02-10 23:40:10 +10:00