Files @ r12405:ba094e765533
Branch filter:

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

smatz
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
/* $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 */