aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/gp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/gp32/gp32.h')
-rw-r--r--backends/gp32/gp32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h
index 7546a25b7b..f56de538f7 100644
--- a/backends/gp32/gp32.h
+++ b/backends/gp32/gp32.h
@@ -115,6 +115,10 @@ public:
void grab_overlay(int16 *buf, int pitch);
void copy_rect_overlay(const int16 *buf, int pitch, int x, int y, int w, int h);
+ // Savefiles
+ SaveFileManager *get_savefile_manager();
+
+
static OSystem *create(int gfx_mode, bool full_screen);
private:
typedef void ScalerProc(uint8 *srcPtr, uint32 srcPitch, uint8 *deltaPtr,