Crossfire Server  1.75.0
peacemaker.cpp File Reference

The implementation of the Peacemaker class of objects. More...

#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
#include <sounds.h>
#include <sproto.h>

Go to the source code of this file.

Functions

void init_type_peacemaker (void)
 Initializer for the peacemaker object type. More...
 
static method_ret peacemaker_type_process (object *op)
 Handle ob_process for all peacemaker objects. More...
 

Detailed Description

The implementation of the Peacemaker class of objects.

Todo:
Consider merging Peacemaker with Spell Effects

Definition in file peacemaker.cpp.

Function Documentation

◆ init_type_peacemaker()

void init_type_peacemaker ( void  )

Initializer for the peacemaker object type.

Definition at line 39 of file peacemaker.cpp.

References PEACEMAKER, peacemaker_type_process(), and register_process().

Referenced by register_all_ob_types().

◆ peacemaker_type_process()

static method_ret peacemaker_type_process ( object op)
static