src/stdafx.h
changeset 9470 08424e2e79e4
parent 9390 88d36f907e96
child 9997 d858e88e871a
equal deleted inserted replaced
9469:520cbe2f5d14 9470:08424e2e79e4
   315 	#define GetString OTTD_GetString
   315 	#define GetString OTTD_GetString
   316 	#define DrawString OTTD_DrawString
   316 	#define DrawString OTTD_DrawString
   317 	#define CloseConnection OTTD_CloseConnection
   317 	#define CloseConnection OTTD_CloseConnection
   318 #endif /* __APPLE__ */
   318 #endif /* __APPLE__ */
   319 
   319 
       
   320 void NORETURN CDECL usererror(const char *str, ...);
   320 void NORETURN CDECL error(const char *str, ...);
   321 void NORETURN CDECL error(const char *str, ...);
   321 #define NOT_REACHED() error("NOT_REACHED triggered at line %i of %s", __LINE__, __FILE__)
   322 #define NOT_REACHED() error("NOT_REACHED triggered at line %i of %s", __LINE__, __FILE__)
   322 
   323 
   323 #if defined(MORPHOS) || defined(__NDS__)
   324 #if defined(MORPHOS) || defined(__NDS__)
   324 	/* MorphOS and NDS don't have C++ conformant _stricmp... */
   325 	/* MorphOS and NDS don't have C++ conformant _stricmp... */