mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-03 02:11:11 +00:00
9 lines
162 B
C
9 lines
162 B
C
|
#ifndef RB_SHOW_NORMALS_H_
|
||
|
#define RB_SHOW_NORMALS_H_
|
||
|
|
||
|
struct shaderCommands_s;
|
||
|
|
||
|
void RB_DrawNormals (struct shaderCommands_s* input , int numVertexes );
|
||
|
|
||
|
#endif
|