src/callback_table.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6449 e520244dc71e
child 10429 1b99254f9607
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     3 /** @file callback_table.h  */
     3 /** @file callback_table.h  */
     4 
     4 
     5 #ifndef CALLBACK_TABLE_H
     5 #ifndef CALLBACK_TABLE_H
     6 #define CALLBACK_TABLE_H
     6 #define CALLBACK_TABLE_H
     7 
     7 
     8 #include "command.h"
     8 #include "command_type.h"
     9 
     9 
    10 extern CommandCallback *_callback_table[];
    10 extern CommandCallback *_callback_table[];
    11 extern const int _callback_table_count;
    11 extern const int _callback_table_count;
    12 
    12 
    13 #endif /* CALLBACK_TABLE_H */
    13 #endif /* CALLBACK_TABLE_H */