~jose-falanga-5/godot/master

« back to all changes in this revision

Viewing changes to drivers/convex_decomp/b2Polygon.cpp

  • Committer: Juan Linietsky
  • Date: 2015-09-10 23:53:31 UTC
  • Revision ID: git-v1:682578f3b307720c4535247cfdc662c0c2fb7114
more c++ include references removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "b2Triangle.h"
22
22
#include "b2Polygon.h"
23
23
 
24
 
#include <cmath>
25
 
#include <climits>
 
24
#include <math.h>
 
25
#include <limits.h>
26
26
#include <assert.h>
27
27
#define b2Assert assert
28
28