equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file newgrf_callbacks.h |
3 /** @file newgrf_callbacks.h Callbacks that NewGRFs could implement. */ |
4 */ |
|
5 |
4 |
6 #ifndef NEWGRF_CALLBACKS_H |
5 #ifndef NEWGRF_CALLBACKS_H |
7 #define NEWGRF_CALLBACKS_H |
6 #define NEWGRF_CALLBACKS_H |
8 |
|
9 |
7 |
10 /** |
8 /** |
11 * List of implemented NewGRF callbacks. |
9 * List of implemented NewGRF callbacks. |
12 * Most of these callbacks are only triggered when the corresponding |
10 * Most of these callbacks are only triggered when the corresponding |
13 * bit is set in the callback flags/trigger for a vehicle, house, |
11 * bit is set in the callback flags/trigger for a vehicle, house, |