From 83da387eef75aa1140c81bd9e3e002ae3ea83864 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Tue, 17 Dec 2002 01:15:13 +0000 Subject: New savefile backend system (bye bye NONSTANDARD_SAVE...) svn-id: r6007 --- backends/gp32/gp32.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/gp32/gp32.h') 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, -- cgit v1.2.3