mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-22 23:18:01 +03:00
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:
@@ -24,6 +24,7 @@
|
||||
#include "input.h"
|
||||
#include "scene.h"
|
||||
#include "vm.h"
|
||||
#include "xsystem4.h"
|
||||
#include "debugger.h"
|
||||
|
||||
#ifndef M_PI
|
||||
|
||||
Reference in New Issue
Block a user