Home
last modified time | relevance | path

Searched refs:wad_uint8_t (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/libwad/include/
H A Dwad.h33 typedef unsigned __int8 wad_uint8_t; typedef
57 typedef unsigned char wad_uint8_t;
69 typedef unsigned char wad_uint8_t;
84 typedef uint8_t wad_uint8_t;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/wadconv/
H A Dwadconv.c150 mtexture = (maptexture_t *)((wad_uint8_t *)maptex + offset); in ConvertTextures()