1
0
Fork 0

Wrap with #ifdef's so it can be included from more than one source.

This commit is contained in:
curt 2007-11-05 14:01:37 +00:00
parent fbdbcb076b
commit cc5e739297

View file

@ -3,6 +3,9 @@
* and y, theta, or lat * and y, theta, or lat
*/ */
#ifndef TG_POINT2D_HXX
#define TG_POINT2D_HXX
class point2d { class point2d {
public: public:
union { union {
@ -17,3 +20,4 @@ public:
}; };
}; };
#endif // TG_POINT2D_HXX