added typedef for location enum

This commit is contained in:
ZappoMan 2013-04-24 22:53:34 -07:00
parent bbdf97ccc4
commit f449eafa63

View file

@ -92,7 +92,7 @@ public:
void dump() const;
enum {OUTSIDE, INTERSECT, INSIDE};
typedef enum {OUTSIDE, INTERSECT, INSIDE} location;
int pointInFrustum(const glm::vec3& point) const;
int sphereInFrustum(const glm::vec3& center, float radius) const;