Removed the definition of the touch event type .

This commit is contained in:
James Chen 2013-02-20 12:06:12 +08:00
parent 9cc4b7ab29
commit ab00de629a
2 changed files with 1 additions and 8 deletions

View File

@ -1 +1 @@
4e29f8ee3a6b5f2a9da96b64d4a44e977f1dec73
4ef84aca8211b93637bba858faf4883704dca5ae

View File

@ -1,11 +1,4 @@
enum {
CCTOUCHBEGAN,
CCTOUCHMOVED,
CCTOUCHENDED,
CCTOUCHCANCELLED,
};
class CCTouch : public CCObject
{
CCPoint getLocation() const;