#ifndef _PARTS_H #define _PARTS_H void animal1() ; void animal2() ; void adjective1() ; void adjective2() ; void adjective3() ; void game() ; void vehicle() ; #endif