src/callback_table.h
author smatz
Sat, 05 Apr 2008 12:30:48 +0000
changeset 8831 d598d3d0380a
parent 8116 8da76dcb3287
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r12579) -Change: reset cursor when the Plant trees GUI is opened
/* $Id$ */

/** @file callback_table.h  */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command_type.h"

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

#endif /* CALLBACK_TABLE_H */