Plutonium framework API 0.3.0
UI framework libraries for libnx
|
#include <SDL2/SDL.h>
#include <SDL2/SDL2_gfxPrimitives.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
#include <pu/pu_Include.hpp>
#include <pu/sdl2/sdl2_CustomTtf.h>
Go to the source code of this file.
Classes | |
class | pu::sdl2::TextureHandle |
Namespaces | |
namespace | pu |
namespace | pu::sdl2 |
Typedefs | |
using | pu::sdl2::Texture = SDL_Texture* |
using | pu::sdl2::Window = SDL_Window* |
using | pu::sdl2::Renderer = SDL_Renderer* |
using | pu::sdl2::Font = TTF_Font* |
using | pu::sdl2::Surface = SDL_Surface* |