Reworked the includes a little.
Showing
3 changed files
with
3 additions
and
8 deletions
@@ -6,10 +6,6 @@ | @@ -6,10 +6,6 @@ | ||
6 | * | 6 | * |
7 | */ | 7 | */ |
8 | 8 | ||
9 | - | ||
10 | - | ||
11 | -#define RMLatLong CLLocationCoordinate2D | ||
12 | - | ||
13 | typedef struct { | 9 | typedef struct { |
14 | double x, y; | 10 | double x, y; |
15 | } RMXYPoint; | 11 | } RMXYPoint; |
@@ -23,9 +19,6 @@ typedef struct { | @@ -23,9 +19,6 @@ typedef struct { | ||
23 | RMXYSize size; | 19 | RMXYSize size; |
24 | } RMXYRect; | 20 | } RMXYRect; |
25 | 21 | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | RMXYPoint RMScaleXYPointAboutPoint(RMXYPoint point, float factor, RMXYPoint pivot); | 22 | RMXYPoint RMScaleXYPointAboutPoint(RMXYPoint point, float factor, RMXYPoint pivot); |
30 | RMXYRect RMScaleXYRectAboutPoint (RMXYRect rect, float factor, RMXYPoint pivot); | 23 | RMXYRect RMScaleXYRectAboutPoint (RMXYRect rect, float factor, RMXYPoint pivot); |
31 | RMXYPoint RMTranslateXYPointBy (RMXYPoint point, RMXYSize delta); | 24 | RMXYPoint RMTranslateXYPointBy (RMXYPoint point, RMXYSize delta); |
-
Please register or login to post a comment