#ifndef SENTIDO_H #define SENTIDO_H class Sentido { public: static const char FavorReloj='F'; static const char ContraReloj='C'; }; #endif