Fix build errors on non-Mac platforms.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5057 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Jens Ayton 2012-07-09 00:33:49 +00:00
parent 16533bc9a5
commit e3525a2a1e

View File

@ -34,6 +34,11 @@ MA 02110-1301, USA.
#import "OODebugFlags.h"
static BOOL positionIsWithinRegion(Vector position, CollisionRegion *region);
static BOOL sphereIsWithinRegion(Vector position, GLfloat rad, CollisionRegion *region);
static BOOL positionIsWithinBorders(Vector position, CollisionRegion *region);
@implementation CollisionRegion
// basic alloc/ dealloc routines