You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/core/geometry_func.hpp

13 lines
239 B
C++

/* $Id$ */
/** @file geometry_func.hpp Geometry functions. */
#ifndef GEOMETRY_FUNC_HPP
#define GEOMETRY_FUNC_HPP
#include "geometry_type.hpp"
Dimension maxdim(const Dimension &d1, const Dimension &d2);
#endif /* GEOMETRY_FUNC_HPP */