f727261a84542191a2c8809753ae48b89e8253f9
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)
Languages
C++
93.6%
CMake
4.5%
C
1.9%