callback_table.c
changeset 1891 862800791170
parent 1568 3bfd488306ba
child 2186 db48cf29b983
equal deleted inserted replaced
1890:634da7d89c2b 1891:862800791170
     1 #include "stdafx.h"
     1 #include "stdafx.h"
     2 #include "ttd.h"
     2 #include "openttd.h"
     3 #include "functions.h"
     3 #include "functions.h"
     4 
     4 
     5 // If you add a callback for DoCommandP, also add the callback in here
     5 // If you add a callback for DoCommandP, also add the callback in here
     6 //   see below for the full list!
     6 //   see below for the full list!
     7 // If you don't do it, it won't work across the network!!
     7 // If you don't do it, it won't work across the network!!