OpenTTD Source 20260206-master-g4d4e37dbf1
newgrf_town.cpp File Reference

Implementation of the town part of NewGRF houses. More...

#include "stdafx.h"
#include "debug.h"
#include "town.h"
#include "newgrf_town.h"
#include "timer/timer_game_tick.h"
#include "safeguards.h"

Go to the source code of this file.

Functions

template<typename Tproj>
static uint16_t TownHistoryHelper (const Town *t, CargoLabel label, uint period, Tproj proj)

Detailed Description

Implementation of the town part of NewGRF houses.

Definition in file newgrf_town.cpp.

Function Documentation

◆ TownHistoryHelper()

template<typename Tproj>
uint16_t TownHistoryHelper ( const Town * t,
CargoLabel label,
uint period,
Tproj proj )
static

Definition at line 19 of file newgrf_town.cpp.