~ubuntu-branches/ubuntu/natty/kdegames/natty

« back to all changes in this revision

Viewing changes to kolf/external/Box2D/Collision/Shapes/b2Shape.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-22 17:50:49 UTC
  • mfrom: (1.2.56 upstream)
  • Revision ID: james.westby@ubuntu.com-20101222175049-3npw25qgo3j518tj
Tags: 4:4.5.90-0ubuntu1~ppa1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                e_edge = 1,
51
51
                e_polygon = 2,
52
52
                e_loop = 3,
53
 
                e_typeCount = 4,
 
53
                e_typeCount = 4
54
54
        };
55
55
 
56
56
        b2Shape() { m_type = e_unknown; }