mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-01 09:22:40 +00:00
8 lines
131 B
C
8 lines
131 B
C
|
#ifndef RB_DRAWTRIS_H_
|
||
|
#define RB_DRAWTRIS_H_
|
||
|
struct shaderCommands_s;
|
||
|
|
||
|
void RB_DrawTris (struct shaderCommands_s *input);
|
||
|
|
||
|
#endif
|