#ifndef D_DEBUG_PAD_H #define D_DEBUG_PAD_H class dDebugPad_c { public: bool Active(); }; extern dDebugPad_c dDebugPad; #endif