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.
18 lines
518 B
18 lines
518 B
#include "foo.h"
|
|
|
|
//
|
|
// plshade z xmin xmax ymin ymax \
|
|
// sh_min sh_max sh_cmap sh_color sh_width \
|
|
// min_col min_wid max_col max_wid \
|
|
// rect [[pltr x y] | NULL ] [wrap]
|
|
//--------------------------------------------------------------------------
|
|
|
|
void foo()
|
|
{
|
|
// plshade z xmin xmax ymin ymax \
|
|
// sh_min sh_max sh_cmap sh_color sh_width \
|
|
// min_col min_wid max_col max_wid \
|
|
// rect [[pltr x y] | NULL ] [wrap]
|
|
//--------------------------------------------------------------------------
|
|
}
|