Xiqual 0.9.1

In file xigfx/tiles.c:

void xit_draw

(xitiles* tiles, ulong num, SDL_Surface* dest,
  Uint16 x, Uint16 y)

Blit from a tileset into the specified SDL_Surface.

Documentation

Blit from a tileset into the specified SDL_Surface. This is one of two calls available to display tiles in a set. The recommended method is to call xit_setdefaults() and use xit_qdraw() for all main blits, and xit_draw() only for blits that don't happen very often. Your program's structure may of course affect the validity of this method.
Author:
Ronny Bangsund
See Also:
xit_loadtiles(), tileset

Alphabetic index



This page was generated with the help of DOC++.