mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
7 lines
131 B
C
7 lines
131 B
C
#ifndef RB_DRAWTRIS_H_
|
|
#define RB_DRAWTRIS_H_
|
|
struct shaderCommands_s;
|
|
|
|
void RB_DrawTris (struct shaderCommands_s *input);
|
|
|
|
#endif
|