callback_table.h
author rubidium
Sun, 31 Dec 2006 14:34:26 +0000
changeset 5698 6697ee90a195
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7700) -Fix (r7182): the caret 'randomly' jumped back and forth when getting a new randomised seed in the Generation World GUI.
/* $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 */