|
OpenTTD Source
14.0-beta1
|
#include "stdafx.h"#include "timer/timer_game_calendar.h"#include "newgrf.h"#include "newgrf_callbacks.h"#include "newgrf_spritegroup.h"Go to the source code of this file.
Data Structures | |
| struct | NewGRFProfiler |
| Callback profiler for NewGRF development. More... | |
| struct | NewGRFProfiler::Call |
| Measurement of a single sprite group resolution. More... | |
Variables | |
| std::vector< NewGRFProfiler > | _newgrf_profilers |
Profiling of NewGRF action 2 handling.
Definition in file newgrf_profiling.h.