Crossfire Server, Trunk
|
#include "global.h"
#include "object.h"
#include "sproto.h"
#include <string.h>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
struct | Region |
Functions | |
void | cfcitybell_close () |
void | cfcitybell_init (Settings *settings) |
static int | clock_listener (int *type,...) |
static void | load_bells (BufferReader *reader, const char *filename) |
static void | ring_bell (void) |
Variables | |
static event_registration | global_handler |
static int | last_hr |
static std::unordered_map< std::string, Region * > | regions |
This file is part of the city bell module. See this page for more information.
Definition in file cfcitybell.cpp.