r_data.h (301B)
1 #ifndef __R_DATA__ 2 #define __R_DATA__ 3 4 #include "r_defs.h" 5 #include "r_state.h" 6 7 byte* R_GetColumn(int tex, int col); 8 void R_InitData(void); 9 void R_PrecacheLevel(void); 10 int R_FlatNumForName (char* name); 11 int R_TextureNumForName (char *name); 12 int R_CheckTextureNumForName (char *name); 13 14 #endif