#ifndef LEGOINC_H #define LEGOINC_H // It is recommended to include this over directly because this way // we can undef stuff that might cause issues with our code. #include #undef GetClassName #endif // LEGOINC_H