VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
easygl_constants.h
Go to the documentation of this file.
1 #ifndef EASYGL_CONSTANTS_H
2 #define EASYGL_CONSTANTS_H
3 
7 
9 
10 #define MAXPTS 100 /* Maximum number of points drawable by fillpoly */
11 
12 typedef struct {
13  float x;
14  float y;
15 } t_point; /* Used in calls to fillpoly */
16 
17 #endif // EASYGL_CONSTANTS_H
color_types
line_types