Sourcehold
Sourcehold copied to clipboard
refactor: Renderer
- move Resolutions to src/Common
- remove init/destroy
- remove unused
- make full static class -> mandatory usage as Renderer::SomeFunc()
- rename Render*() to Draw*()
- overload Draw*()
- rename *Display() to *()
#89