src/callback_table.cpp
changeset 8612 6414fc21c2f3
parent 7974 6fcdebd75c19
child 10429 1b99254f9607
equal deleted inserted replaced
8611:e15136f04620 8612:6414fc21c2f3
     3 /** @file callback_table.cpp */
     3 /** @file callback_table.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "callback_table.h"
     7 #include "callback_table.h"
     8 #include "functions.h"
       
     9 
     8 
    10 /* If you add a callback for DoCommandP, also add the callback in here
     9 /* If you add a callback for DoCommandP, also add the callback in here
    11  *   see below for the full list!
    10  *   see below for the full list!
    12  * If you don't do it, it won't work across the network!! */
    11  * If you don't do it, it won't work across the network!! */
    13 
    12