callback_table.h
author rubidium
Wed, 16 May 2007 08:21:16 +0000
branch0.5
changeset 5499 d8a566b68999
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r9856) [0.5] -Backport from trunk (r9855):
- Fix: Do not perform any commands on MP_VOID tiles [FS#779] (r9855)
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command.h"

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

#endif /* CALLBACK_TABLE_H */