You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
155 B
8 lines
155 B
#ifndef __gludisplaymode_h_
|
|
#define __gludisplaymode_h_
|
|
|
|
#define N_MESHFILL 0
|
|
#define N_MESHLINE 1
|
|
#define N_MESHPOINT 2
|
|
|
|
#endif /* __gludisplaymode_h_ */
|