/*************************************** box.cpp Example source file for section 4a of the LoomSoft article: Organizing your Project Web: http://loomsoft.net Email: jay@loomsoft.net ***************************************/ #include "box.h" void box::reduce_side_length(void) { side_length -= 1; } box the_box;