#include <fack.hpp>
Inheritance diagram for anim_frame_and_pos:
Public Member Functions | |
anim_frame_and_pos (const pt< anim_frame > surf, int position_x, int position_y, bool must_be_scaled) | |
anim_frame_and_pos () | |
void | print_with_transparency (cfsurf &background, const room_scaling_data &d, const set< pt< light > > active_lights) |
int | y () |
Public Attributes | |
pt< anim_frame > | surf |
int | position_x |
int | position_y |
bool | must_be_scaled |
|
|
|
|
|
Implements printable. Definition at line 4481 of file fack.cc. References blit_char(), foreach, map_get(), and scaling_of_char(). |
|
Implements printable. Definition at line 1794 of file fack.hpp. References position_y. |
|
|
|
|
|
Definition at line 1772 of file fack.hpp. Referenced by y(). |
|
This is a pt because it must not be expensive to create a anim_frame_and_pos from an existing anim_frame. |