#include <Gump.h>
Inheritance diagram for Container_gump:


Public Member Functions | |
| Container_gump (Container_game_object *cont, int initx, int inity, int shnum, ShapeFile shfile=SF_GUMPS_VGA) | |
| Container_gump (Container_game_object *cont, int shnum, ShapeFile shfile=SF_GUMPS_VGA) | |
Private Member Functions | |
| UNREPLICATABLE_CLASS (Container_gump) | |
| void | initialize (int shnum) |
Definition at line 112 of file Gump.h.
| Container_gump::Container_gump | ( | Container_game_object * | cont, | |
| int | initx, | |||
| int | inity, | |||
| int | shnum, | |||
| ShapeFile | shfile = SF_GUMPS_VGA | |||
| ) | [inline] |
Definition at line 119 of file Gump.h.
References initialize().
Here is the call graph for this function:

| Container_gump::Container_gump | ( | Container_game_object * | cont, | |
| int | shnum, | |||
| ShapeFile | shfile = SF_GUMPS_VGA | |||
| ) | [inline] |
Definition at line 126 of file Gump.h.
References initialize().
Here is the call graph for this function:

| Container_gump::UNREPLICATABLE_CLASS | ( | Container_gump | ) | [private] |
| void Container_gump::initialize | ( | int | shnum | ) | [private] |
Definition at line 408 of file Gump.cc.
References game, and Game::get_shape().
Referenced by Container_gump().
Here is the call graph for this function:

1.5.1