src/callback_table.h
author celestar
Mon, 19 Mar 2007 14:05:08 +0000
branchgamebalance
changeset 9897 4a2d75b60786
parent 6449 e520244dc71e
child 6872 1c4a4a609f85
permissions -rw-r--r--
(svn r9332) [gamebalance] -Codechange: Make TownGetRadiusGroup a method of towns and give it the option to ignore the "fund buildings" option later on
/* $Id$ */

/** @file callback_table.h  */

#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 */