Go to the source code of this file.
Functions | |
| int | tile_is_wall (int x, int y) |
| void | transform_smooth (void) |
Variables | |
| int | wall_map [16] |
|
||||||||||||
|
Definition at line 3 of file transform_smooth.c. References current_map, is_in_bounds(), engine_map::t, TILE_WALL_1, TILE_WALL_2, TILE_WALL_3, TILE_WALL_4, TILE_WALL_6, TILE_WALL_7, TILE_WALL_8, and TILE_WALL_9. Referenced by transform_smooth(). |
|
|
Definition at line 68 of file transform_smooth.c. References current_map, FIELD_HEIGHT, FIELD_WIDTH, engine_map::t, tile_is_wall(), and wall_map. |
|
|
Definition at line 18 of file transform_smooth.c. |
1.3.6