1 #ifndef EXAMPLE3_H_ 2 #define EXAMPLE3_H_ 3 4 class HiddenBase { 5 int hide; 6 float seek; 7 }; 8 9 #endif // EXAMPLE3_H_ 10