src/stdafx.h
branchnoai
changeset 9628 b5c2449616b5
parent 9626 79f2b5a0cdd7
child 9629 66dde6412125
equal deleted inserted replaced
9627:6a7c8ead2328 9628:b5c2449616b5
   286 # define FROM_LE16(x) (x)
   286 # define FROM_LE16(x) (x)
   287 # define TO_LE32X(x)  (x)
   287 # define TO_LE32X(x)  (x)
   288 # define TO_BE32X(x)  BSWAP32(x)
   288 # define TO_BE32X(x)  BSWAP32(x)
   289 #endif /* TTD_BIG_ENDIAN */
   289 #endif /* TTD_BIG_ENDIAN */
   290 
   290 
   291 #if !defined(GAME_DATA_DIR)
   291 #if !defined(WITH_PERSONAL_DIR)
   292 # define GAME_DATA_DIR ""
       
   293 #endif
       
   294 
       
   295 #if !defined(PERSONAL_DIR)
       
   296 # define PERSONAL_DIR ""
   292 # define PERSONAL_DIR ""
   297 #endif
   293 #endif
   298 
   294 
   299 /* Compile time assertions */
   295 /* Compile time assertions */
   300 #ifdef __OS2__
   296 #ifdef __OS2__