|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <SDL2/SDL.h>Go to the source code of this file.
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
Enumerations | |
| enum | Ship::Axis { Ship::X = 0 , Ship::Y = 1 } |
| Identifies a two-dimensional axis component. More... | |
| enum | Ship::AxisDirection { Ship::NEGATIVE = -1 , Ship::POSITIVE = 1 } |
| Identifies the sign of an axis value (negative or positive half). More... | |