2012-05-30 20:20:43 +10:00
|
|
|
/*
|
2018-08-04 15:14:06 +10:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2012-05-30 20:20:43 +10:00
|
|
|
*
|
2015-01-19 19:13:52 +11:00
|
|
|
* Copyright 2012-2015 Danny Robson <danny@nerdcruft.net>
|
2012-05-30 20:20:43 +10:00
|
|
|
*/
|
|
|
|
|
2021-04-14 15:35:49 +10:00
|
|
|
#pragma once
|
2012-05-30 20:20:43 +10:00
|
|
|
|
2015-03-06 01:46:01 +11:00
|
|
|
#include "coord/base.hpp"
|
2021-04-14 15:35:49 +10:00
|
|
|
#include "coord/ops.hpp"
|