#include "actors.h"#include "game.h"#include "gamewin.h"#include "misc_buttons.h"#include "Stats_gump.h"#include "Gump_manager.h"Include dependency graph for Stats_gump.cc:

Go to the source code of this file.
Functions | |
| static int | Show_atts (int x, int y, int framenum) |
Variables | |
| const int | ASLEEP = 0 |
| const int | POISONED = 1 |
| const int | CHARMED = 2 |
| const int | HUNGRY = 3 |
| const int | PROTECTED = 4 |
| const int | CURSED = 5 |
| const int | PARALYZED = 6 |
| static int Show_atts | ( | int | x, | |
| int | y, | |||
| int | framenum | |||
| ) | [static] |
Definition at line 53 of file Stats_gump.cc.
References game, Shape_manager::get_instance(), Game::get_shape(), Shape_manager::paint_shape(), s, and SF_GUMPS_VGA.
Referenced by Stats_gump::paint().
Here is the call graph for this function:

| const int ASLEEP = 0 |
| const int CHARMED = 2 |
| const int CURSED = 5 |
| const int HUNGRY = 3 |
| const int PARALYZED = 6 |
| const int POISONED = 1 |
| const int PROTECTED = 4 |
1.5.1