Crossfire Server  1.75.0
shop_mat.cpp File Reference

The implementation of the Shop Mat class of objects. More...

#include "global.h"
#include "ob_methods.h"
#include "ob_types.h"
#include "shop.h"
#include "sounds.h"
#include "sproto.h"

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().

◆ shop_mat_type_move_on()