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
221 B
C
12 lines
221 B
C
9 years ago
|
#ifndef OPENBRACKET_H
|
||
|
#define OPENBRACKET_H
|
||
9 years ago
|
|
||
|
/*
|
||
|
* Draw a textured 2 boxed sharp opening bracket
|
||
|
* rotate the object with the 3 args
|
||
|
*/
|
||
|
|
||
9 years ago
|
void DrawOpenBracket(float xrot, float yrot, float zrot, GLuint texture);
|
||
9 years ago
|
|
||
|
#endif
|