Wrap with #ifdef's so it can be included from more than one source.
This commit is contained in:
parent
fbdbcb076b
commit
cc5e739297
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
* and y, theta, or lat
|
||||
*/
|
||||
|
||||
#ifndef TG_POINT2D_HXX
|
||||
#define TG_POINT2D_HXX
|
||||
|
||||
class point2d {
|
||||
public:
|
||||
union {
|
||||
|
@ -17,3 +20,4 @@ public:
|
|||
};
|
||||
};
|
||||
|
||||
#endif // TG_POINT2D_HXX
|
||||
|
|
Loading…
Reference in a new issue