#ifndef EXAMPLE3_H_ #define EXAMPLE3_H_ class HiddenBase { int hide; float seek; }; #endif // EXAMPLE3_H_