Files @ r12603:73cf823a9613
Branch filter:

Location: cpp/openttd-patchpack/source/src/core/geometry_func.hpp

alberth
(svn r17056) -Codechange: Reduce width of the drop-down in the bridge gui.
/* $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 */