You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
187 B
C

#ifndef SLASH_H
#define SLASH_H
/*
* Draw a textured 2 boxed slash
* rotate the object with the 3 args
*/
void DrawSlash(float xrot, float yrot, float zrot, GLuint texture);
#endif