Files @ r1711:a6b193ef1712
Branch filter:

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

Darkvater
(svn r2215) - Feature: Add a temporary mapsize selector to the intro gui. This is sufficient until the real window is designed & coded.
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