#ifndef M_DEBUG_DISPLAY_H #define M_DEBUG_DISPLAY_H #include "types.h" #include "m_play.h" extern void Debug_Display_output(GAME_PLAY*); extern void Debug_Display_init(); #endif