// Header file for function: nameInLights // Name: Sharon Tuttle // last modified: 1-18-05 #ifndef NAMEINLIGHTS_H #define NAMEINLIGHTS_H #include <string> using namespace std; void nameInLights(string nm); #endif