module lib.sdl2.error

Code Map

module lib.sdl2.error;


//! \file SDL_error.h
fn SDL_SetError(fmt: const(const(char)*)) i32;
fn SDL_GetError() char*;
fn SDL_ClearError();
fn SDL_SetError(fmt: const(const(char)*)) i32

\file SDL_error.h

Simple error message routines for SDL.