diff options
Diffstat (limited to 'engines/saga/interface.h')
| -rw-r--r-- | engines/saga/interface.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/saga/interface.h b/engines/saga/interface.h index b9a96653a7..84533705fe 100644 --- a/engines/saga/interface.h +++ b/engines/saga/interface.h @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  // Game interface module private header file @@ -288,6 +285,8 @@ public:  	int32 getProtectHash() { return _protectHash; } +	void resetSaveReminder(); +  private:  	void handleMainUpdate(const Point& mousePoint);					// main panel update  	void handleMainClick(const Point& mousePoint);					// main panel click  | 
