18 files changed, 106 insertions, 47 deletions
diff --git a/src/model/geometry/protein_selected_geometry.h b/src/model/geometry/protein_selected_geometry.h new file mode 100644 index 0000000..16cf956 --- a/dev/null +++ b/src/model/geometry/protein_selected_geometry.h @@ -0,0 +1,9 @@ +#ifndef PROTEIN_SELECTED_GEOMETRY_H +#define PROTEIN_SELECTED_GEOMETRY_H + +/* + * Geometry to use for proteins in the active selection. + */ +void protein_selected_geometry (void); + +#endif // PROTEIN_SELECTED_GEOMETRY_H |