callback_table.h
author Darkvater
Sat, 16 Apr 2005 15:56:58 +0000
changeset 1703 7b00a76eb83d
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r2207) - Update readme.txt about some windows compilation and troubleshooting running openttd without a soundcard.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif