#include "barge.h"#include "gamewin.h"#include "gamemap.h"#include "actors.h"#include "Zombie.h"#include "citerate.h"#include "dir.h"#include "chunks.h"#include "objiter.h"#include "game.h"#include "databuf.h"#include "ucsched.h"Include dependency graph for barge.cc:

Go to the source code of this file.
Functions | |
| Tile_coord | Rotate90r (Tile_coord t, Tile_coord c) |
| Tile_coord | Rotate90l (Tile_coord t, Tile_coord c) |
| Tile_coord | Rotate180 (Tile_coord t, Tile_coord c) |
| Tile_coord | Rotate90r (Game_window *gwin, Game_object *obj, int xtiles, int ytiles, Tile_coord c) |
| Tile_coord | Rotate90l (Game_window *gwin, Game_object *obj, int xtiles, int ytiles, Tile_coord c) |
| Tile_coord | Rotate180 (Game_window *gwin, Game_object *obj, int xtiles, int ytiles, Tile_coord c) |
| Tile_coord Rotate180 | ( | Game_window * | gwin, | |
| Game_object * | obj, | |||
| int | xtiles, | |||
| int | ytiles, | |||
| Tile_coord | c | |||
| ) | [inline] |
Definition at line 148 of file barge.cc.
References c_num_tiles, Exult_server::obj, Rotate180(), Tile_coord::tx, and Tile_coord::ty.
Here is the call graph for this function:

| Tile_coord Rotate180 | ( | Tile_coord | t, | |
| Tile_coord | c | |||
| ) | [inline] |
Definition at line 88 of file barge.cc.
References Tile_coord::tx, Tile_coord::ty, and Tile_coord::tz.
Referenced by Rotate180(), and Barge_object::turn_around().
| Tile_coord Rotate90l | ( | Game_window * | gwin, | |
| Game_object * | obj, | |||
| int | xtiles, | |||
| int | ytiles, | |||
| Tile_coord | c | |||
| ) | [inline] |
Definition at line 127 of file barge.cc.
References c_num_tiles, Exult_server::obj, Rotate90l(), Tile_coord::tx, and Tile_coord::ty.
Here is the call graph for this function:

| Tile_coord Rotate90l | ( | Tile_coord | t, | |
| Tile_coord | c | |||
| ) | [inline] |
Definition at line 70 of file barge.cc.
References Tile_coord::tx, Tile_coord::ty, and Tile_coord::tz.
Referenced by Rotate90l(), and Barge_object::turn_left().
| Tile_coord Rotate90r | ( | Game_window * | gwin, | |
| Game_object * | obj, | |||
| int | xtiles, | |||
| int | ytiles, | |||
| Tile_coord | c | |||
| ) | [inline] |
Definition at line 105 of file barge.cc.
References c_num_tiles, Exult_server::obj, Rotate90r(), Tile_coord::tx, and Tile_coord::ty.
Here is the call graph for this function:

| Tile_coord Rotate90r | ( | Tile_coord | t, | |
| Tile_coord | c | |||
| ) | [inline] |
Definition at line 52 of file barge.cc.
References Tile_coord::tx, Tile_coord::ty, and Tile_coord::tz.
Referenced by Rotate90r(), and Barge_object::turn_right().
1.5.1