Fix build error when debugger is disabled

This fixes "call to undeclared function 'screenshot_save'" error when
xsystem4.h is not included by debugger.h.
This commit is contained in:
kichikuou
2025-10-05 18:54:14 +09:00
parent dc8342cbab
commit 998ab23dab
+1
View File
@@ -24,6 +24,7 @@
#include "input.h"
#include "scene.h"
#include "vm.h"
#include "xsystem4.h"
#include "debugger.h"
#ifndef M_PI