Crossfire Server, Trunk  1.75.0
shop_mat.cpp File Reference
#include "global.h"
#include "ob_methods.h"
#include "ob_types.h"
#include "shop.h"
#include "sounds.h"
#include "sproto.h"
+ Include dependency graph for shop_mat.cpp:

Go to the source code of this file.

Functions

void init_type_shop_mat (void)
 Initializer for the SHOP_MAT object type. More...
 
static method_ret shop_mat_type_move_on (object *trap, object *victim, object *originator)
 Move on this Shop Mat object. More...
 

Detailed Description

The implementation of the Shop Mat class of objects.

Definition in file shop_mat.cpp.

Function Documentation

◆ init_type_shop_mat()

void init_type_shop_mat ( void  )

Initializer for the SHOP_MAT object type.

Definition at line 39 of file shop_mat.cpp.

References register_move_on(), SHOP_MAT, and shop_mat_type_move_on().

Referenced by register_all_ob_types().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ shop_mat_type_move_on()

static method_ret shop_mat_type_move_on ( object trap,
object victim,
object originator 
)
static