mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +00:00
8 lines
162 B
C
8 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
|