callback_table.h
author Darkvater
Fri, 03 Nov 2006 00:48:03 +0000
changeset 5014 aaa61af89635
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre
would be outside the map. Change behaviour so that a reasonable approximation is
returned so that zooming (out) still works (GrimRC)
/* $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 */