lexsdl 0.3.0

A wrapper for SDL2 to abstract away annoying parts
1
2
3
4
5
6
7
//! Types without a define module.

/// ID of a texture stored internally by lexsdl.
pub type TextureID = u32;

/// ID of a sprite stored internally by lexsdl.
pub type SpriteID = u32;