libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
SDLMapping.h File Reference
#include <SDL2/SDL.h>
Include dependency graph for SDLMapping.h:
This graph shows which files directly or indirectly include this file:

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...