src/os/macosx/osx_stdafx.h
author peter1138
Fri, 20 Apr 2007 17:26:10 +0000
changeset 7004 a841bf508c46
parent 5726 8f399788f6c9
child 6872 1c4a4a609f85
permissions -rw-r--r--
(svn r9691) -Fix (r9683): Forgotten savegame bump...
/* $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 */