diff options
| author | tom <tom@ground-control> | 2015-11-21 12:30:13 -0600 |
|---|---|---|
| committer | tom <tom@ground-control> | 2015-11-21 12:30:13 -0600 |
| commit | 7f79b2e216617ff74ebd41ac02663b20ef3d0904 (patch) | |
| tree | e0eb8f820c61c45afcb1506f5b025eeb7e534691 /inc/Frame.hpp | |
| parent | 032d4f98c809bde6231ff78ba50e8c244334739f (diff) | |
began adding collision *added a location class for ease *much refractoring needed to fully implement it*
Diffstat (limited to 'inc/Frame.hpp')
| -rw-r--r-- | inc/Frame.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/Frame.hpp b/inc/Frame.hpp index 1cdf063..89242ff 100644 --- a/inc/Frame.hpp +++ b/inc/Frame.hpp @@ -26,8 +26,8 @@ class Frame void fillWindow(); void refresh(); void move(int nRow, int nCol); - void add(Character &c); - void add(Character &c, int nRow, int nCol); + //void add(Character &c); + //void add(Character &c, int nRow, int nCol); void erase(Character &c); void center(Character &ch); |
