src/callback_table.h
author rubidium
Mon, 12 Feb 2007 12:52:37 +0000
changeset 5986 6364a078d30c
parent 5475 2e6990a8c7c4
child 6123 04eb770ec17e
permissions -rw-r--r--
(svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map.
/* $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 */