c3d2-animation/openBracket.h

12 lines
221 B
C

#ifndef OPENBRACKET_H
#define OPENBRACKET_H
/*
* Draw a textured 2 boxed sharp opening bracket
* rotate the object with the 3 args
*/
void DrawOpenBracket(float xrot, float yrot, float zrot, GLuint texture);
#endif