equal
deleted
inserted
replaced
403 |
403 |
404 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x; |
404 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x; |
405 |
405 |
406 /* landscape.c */ |
406 /* landscape.c */ |
407 extern const byte _tileh_to_sprite[32]; |
407 extern const byte _tileh_to_sprite[32]; |
408 extern const byte _inclined_tileh[8]; |
408 extern const byte _inclined_tileh[16]; |
409 |
409 |
410 extern const TileTypeProcs * const _tile_type_procs[16]; |
410 extern const TileTypeProcs * const _tile_type_procs[16]; |
411 |
411 |
412 /* misc */ |
412 /* misc */ |
413 VARDEF char _screenshot_name[128]; |
413 VARDEF char _screenshot_name[128]; |