#ifndef SHALLOW_H #define SHALLOW_H class CShallow { public: int m_Interger; float m_Float; bool m_Bool; private: }; #endif