ioq3/code/renderervk/RB_DrawTris.h

8 lines
131 B
C
Raw Normal View History

#ifndef RB_DRAWTRIS_H_
#define RB_DRAWTRIS_H_
struct shaderCommands_s;
void RB_DrawTris (struct shaderCommands_s *input);
#endif