#ifndef DEF_MARCHING_STUFF #define DEF_MARCHING_STUFF #include #include #ifndef public #define public extern #define public_was_defined_here #endif #include #ifdef public_was_defined_here #undef public #undef public_was_defined_here #endif #endif