summary refs log tree commit diff stats
path: root/src/systems/playing.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-04-21 14:50:52 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-04-21 14:50:52 -0400
commit8142a9c87a13cecc7a3698e877f24d89f128c074 (patch)
treecbee6ae85c5c674dd313c7cfe1420477ee55ca95 /src/systems/playing.h
parent0f70db34d9b47de55b00c558ac3c445f30b7b6a5 (diff)
downloadtherapy-8142a9c87a13cecc7a3698e877f24d89f128c074.tar.gz
therapy-8142a9c87a13cecc7a3698e877f24d89f128c074.tar.bz2
therapy-8142a9c87a13cecc7a3698e877f24d89f128c074.zip
Started working on prototype objects proto-objs
Diffstat (limited to 'src/systems/playing.h')
-rw-r--r--src/systems/playing.h2
1 files changed, 2 insertions, 0 deletions
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:
23 23
24 void die(); 24 void die();
25 25
26 void save();
27
26}; 28};
27 29
28#endif /* end of include guard: PLAYING_H_70A54F7D */ 30#endif /* end of include guard: PLAYING_H_70A54F7D */