src/os/macosx/osx_stdafx.h
author maedhros
Mon, 06 Aug 2007 12:54:03 +0000
changeset 7417 c0ddfb49c50b
parent 5475 2e6990a8c7c4
child 8127 a20f557b7081
permissions -rw-r--r--
(svn r10810) -Fix (r10097): Add a comma between different cargo types if an articulated vehicle carries more than one cargo.
/* $Id$ */

#ifndef MACOS_STDAFX_H
#define MACOS_STDAFX_H

#include <CoreServices/CoreServices.h>
// remove the variables that CoreServices defines, but we define ourselves too
#undef bool
#undef false
#undef true

/* Name conflict */
#define Rect		OTTDRect
#define Point		OTTDPoint
#define GetTime		OTTDGetTime

#define SL_ERROR OSX_SL_ERROR

#endif /* MACOS_STDAFX_H */