(svn r16684) -Codechange: Add maxdim function for Dimension struct.

This commit is contained in:
alberth
2009-06-28 15:16:57 +00:00
parent 2c478d1b6d
commit ae9cd9b700
6 changed files with 52 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
#ifndef WINDOW_GUI_H
#define WINDOW_GUI_H
#include "core/geometry_type.hpp"
#include "core/geometry_func.hpp"
#include "vehicle_type.h"
#include "viewport_type.h"
#include "company_type.h"