callback_table.c
changeset 2762 1cecb8ffa947
parent 2557 5d91ce06a360
child 3946 3c8c78208dbb
equal deleted inserted replaced
2761:69013279fe69 2762:1cecb8ffa947
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #include "stdafx.h"
     3 #include "stdafx.h"
     4 #include "openttd.h"
     4 #include "openttd.h"
       
     5 #include "callback_table.h"
     5 #include "functions.h"
     6 #include "functions.h"
     6 
     7 
     7 // If you add a callback for DoCommandP, also add the callback in here
     8 // If you add a callback for DoCommandP, also add the callback in here
     8 //   see below for the full list!
     9 //   see below for the full list!
     9 // If you don't do it, it won't work across the network!!
    10 // If you don't do it, it won't work across the network!!