#ifndef ENGINE_PRELUDE_H_ #define ENGINE_PRELUDE_H_ #ifdef __GNUC__ # define UNUSED __attribute__((unused)) #else // __GNUC__ # define UNUSED #endif // __GNUC__ #endif // ENGINE_PRELUDE_H_