Centurion 7.0.0
Notes
This release brings the same changes outlined in the release notes for the v7.0.0 beta, with the following differences.
- Add
fwd.hpp
header with forward declarations of most Centurion types - Put
font_bundle
incen::experimental
namespace - Functions with
create_
prefix now usemake_
basic_window::create_renderer()
->basic_window::make_renderer()
basic_renderer::create_texture()
->basic_renderer::make_texture()
vk::create_surface()
->vk::make_surface()