~neon/kolf/master

« back to all changes in this revision

Viewing changes to external/Box2D/Collision/b2BroadPhase.h

  • Committer: André Wöbbeking
  • Date: 2010-12-12 18:35:04 UTC
  • Revision ID: git-v1:906cf5451617444f59b41b9fd9046d9cb2745e69
-pedantic

svn path=/trunk/KDE/kdegames/kolf/; revision=1205836

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
        enum
42
42
        {
43
 
                e_nullProxy = -1,
 
43
                e_nullProxy = -1
44
44
        };
45
45
 
46
46
        b2BroadPhase();