callback_table.h
author Darkvater
Wed, 03 May 2006 21:34:07 +0000
branch0.4
changeset 10007 70ea6f8bc185
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r4727) - Backport from trunk (r4688):
Fix: Ensure the map memory is cleared after it is allocated. This fixes
random deserts that sometimes occurred.
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "functions.h"

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif /* CALLBACK_TABLE_H */