#ifndef _utl_IsLightning_h_ #define _utl_IsLightning_h_ namespace sevt { class Station; bool IsLightning(const Station& station); } #endif