Files @ r1734:9cbf536912f8
Branch filter:

Location: cpp/openttd-patchpack/source/callback_table.h

Darkvater
(svn r2238) - [ 1184377 ] Update to OpenTTD readme (orudge)
1
2
3
4
5
6
7
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif