summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winwood <twwinwood@gmail.com>2020-05-15 19:14:25 +0100
committerThomas Winwood <twwinwood@gmail.com>2020-05-15 19:14:25 +0100
commit9265db75059c1893035725cb8f041ba4d1b5552e (patch)
tree99737fefc6e52cdee31193e5ce29da76759cdfbc
parent905ca7b9063abe7c8776a20e145fd5270ba5e64b (diff)
Updated Add a debug menu (markdown)
-rw-r--r--Add-a-debug-menu.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Add-a-debug-menu.md b/Add-a-debug-menu.md
index b2d4348..23044f8 100644
--- a/Add-a-debug-menu.md
+++ b/Add-a-debug-menu.md
@@ -142,6 +142,7 @@ Now create a source file `src/debug.c` and populate it as follows.
#include "global.h"
#include "list_menu.h"
#include "main.h"
+#include "map_name_popup.h"
#include "menu.h"
#include "script.h"
#include "sound.h"