Files @ r12273:1ee4646e635a
Branch filter:

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

rubidium
(svn r16698) -Document: update documentation pointing to the old translator tool.
/* $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 */