Home
last modified time | relevance | path

Searched defs:PictData (Results 1 – 2 of 2) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmain-sdl2.h9 typedef struct PictData PictData; typedef
47 struct PictData { struct
48 cptr filename; // The filename of this pict
49 SDL_Surface *surface; // surface of sprites
50 Uint8 w, h; // dimensions of each sprite
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPict.hxx63 enum Type { PictData, Bitmap, Unknown }; enumerator