link m_play

This commit is contained in:
Prakxo
2023-09-08 18:55:22 +02:00
parent 62311e1fba
commit 68db2189f0
45 changed files with 1254 additions and 49 deletions
+11
View File
@@ -0,0 +1,11 @@
#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