From d5c4ba8246fbd9b44469037d8224a94c0a5ce5d3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 08:34:53 +0000 Subject: (svn r11673) -Codechange: move the overflow safe type to a separate file. --- src/openttd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index 7fd02174b..11db9139e 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -8,6 +8,7 @@ #define VARDEF extern #endif +#include "macros.h" #include "helpers.hpp" struct Oblong { @@ -68,7 +69,7 @@ typedef uint16 GroupID; typedef uint16 EngineRenewID; typedef uint16 DestinationID; -typedef OverflowSafeInt OverflowSafeInt64; +#include "core/overflowsafe_type.hpp" typedef OverflowSafeInt64 Money; /* DestinationID must be at least as large as every these below, because it can -- cgit v1.2.3-54-g00ecf