Skip to content
Albin Johansson edited this page Jan 25, 2020 · 18 revisions

Welcome to the Centurion wiki!

[SDL2], [SDL2_ttf], [SDL2_mixer], [SDL2_image]

This wiki purposefully mimics the format of the SDL2 wiki.

Overview

Basics

Topic Header
Initialization and shutdown centurion.h
SDL errors error.h
Logging log.h

Video

Topic Header
Windows window.h, window_listener.h
Rendering renderer.h
Images image.h, image_generator.h
Fonts font.h
Message boxes message_box.h
Blend modes blend_mode.h
Colors color.h, colors.h
Rectangles rectangle.h
Points point.h

Input

Topic Header
Keyboard state key_state.h
Mouse state mouse_state.h

Audio

Topic Header
Music music.h
Sound effects sound_effect.h

Time

Topic Header
Timing timer.h

Files

Topic Header
System paths paths.h

Platform information

Topic Header
System, RAM, CPU, power, platform and screen information system.h

Misc

Topic Header
Centurion errors centurion_exception.h
Boolean conversions bool_converter.h
Windows DLL macro centurion_api.h
Utilities centurion_utils.h
Clone this wiki locally