|
R-Type
Distributed multiplayer game engine in C++
|
Classes | |
| class | IGraphics |
| Abstract interface for graphics rendering operations. More... | |
| class | RaylibGraphics |
| Raylib implementation of the IGraphics interface. More... | |
Enumerations | |
| enum class | ColorblindFilterType { NONE = 0 , PROTANOPIA = 1 , DEUTERANOPIA = 2 , TRITANOPIA = 3 , MONOCHROMACY = 4 } |
| Colorblind filter types for accessibility. More... | |
|
strong |
Colorblind filter types for accessibility.
Definition at line 15 of file IGraphics.hpp.