tron@2186: /* $Id$ */ tron@2186: rubidium@9111: /** @file callback_table.h Table with all command callbacks. */ belugas@6123: truelight@543: #ifndef CALLBACK_TABLE_H truelight@543: #define CALLBACK_TABLE_H truelight@543: rubidium@8116: #include "command_type.h" tron@2163: truelight@543: extern CommandCallback *_callback_table[]; truelight@543: extern const int _callback_table_count; truelight@543: Darkvater@2436: #endif /* CALLBACK_TABLE_H */