#ifndef SITUATION_H #define SITUATION_H class Situation { public: Situation(); virtual ~Situation(); private: }; #endif