diff options
Diffstat (limited to 'labb4/Junk.h')
| -rw-r--r-- | labb4/Junk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/labb4/Junk.h b/labb4/Junk.h index 730a766..c520e9f 100644 --- a/labb4/Junk.h +++ b/labb4/Junk.h @@ -26,6 +26,8 @@ public: unsigned int getCollisionCount() const; bool alive() const; + + Junk *clone() const; }; #endif // JUNK_H |
