From 8142a9c87a13cecc7a3698e877f24d89f128c074 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 21 Apr 2018 14:50:52 -0400 Subject: Started working on prototype objects --- src/systems/playing.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/systems/playing.h') diff --git a/src/systems/playing.h b/src/systems/playing.h index ff16808..d7f5072 100644 --- a/src/systems/playing.h +++ b/src/systems/playing.h @@ -23,6 +23,8 @@ public: void die(); + void save(); + }; #endif /* end of include guard: PLAYING_H_70A54F7D */ -- cgit 1.4.1