callback_table.c
changeset 1891 92a3b0aa0946
parent 1568 3a54abe0019a
child 2186 461a2aff3486
equal deleted inserted replaced
1890:958234206caa 1891:92a3b0aa0946
     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!!