sf2dlib
Simple and Fast 2D library for the Nintendo 3DS
Data Structures
Here are the data structures with brief descriptions:
 Csf2d_textureRepresents a texture
 Csf2d_vector_2fRepresents a two dimensional float vector
 Csf2d_vector_3fRepresents a three dimensional float vector
 Csf2d_vector_4ucRepresents a four dimensional unsigned char vector
 Csf2d_vertex_pos_colRepresents a vertex containing position (float) and color (unsigned char)
 Csf2d_vertex_pos_texRepresents a vertex containing position and texture coordinates