callback_table.h
author Darkvater
Sat, 09 Jul 2005 00:14:40 +0000
changeset 2027 0a5a23f39fb9
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2536) - Fix: [ 1215999 ] Segmentation fault in main menu - corrupted sample.cat. Flush the output buffer to print the error message before the game crashes. (mcmohr)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif