src/callback_table.h
author tron
Fri, 16 Feb 2007 07:32:22 +0000
changeset 6357 a09d43cd3e6c
parent 5726 8f399788f6c9
child 6268 4b5241e5dd10
permissions -rw-r--r--
(svn r8754) -Fix

Do not handle a special case for goto hangar orders to oilrigs - they do not have a hangar anyway
/* $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 */