|
R-Type
Distributed multiplayer game engine in C++
|

Go to the source code of this file.
Classes | |
| class | Graphics::IGraphics |
| Abstract interface for graphics rendering operations. More... | |
Namespaces | |
| namespace | Graphics |
Enumerations | |
| enum class | Graphics::ColorblindFilterType { Graphics::NONE = 0 , Graphics::PROTANOPIA = 1 , Graphics::DEUTERANOPIA = 2 , Graphics::TRITANOPIA = 3 , Graphics::MONOCHROMACY = 4 } |
| Colorblind filter types for accessibility. More... | |