mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
11 lines
181 B
C
11 lines
181 B
C
#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 |