1 2 3 4 5 6 7 8 9
#ifndef PROTEIN_GEOMETRY_H #define PROTEIN_GEOMETRY_H /* * Define the geometry to render for a protein. */ void protein_geometry (void); #endif // PROTEIN_GEOMETRY_H
Copyright © 2009 Don Pellegrino All Rights Reserved.