1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00
Files
OpenRCT2/src/openrct2-ui
Hielke Morsink 7d37798f19 Reduce duplicated code in finances window
All of the pages share some common widgets (title, close button, background, tabs). To
reduce code duplication here, I've moved those values to a define that then gets used
for each of the pages.
The same thing applies to enabled widgets. One additional change is that left bitshifts
from `1` have been changed to `1ULL`.
2018-01-04 07:58:31 +01:00
..
2018-01-04 06:58:44 +01:00
2018-01-04 07:36:54 +01:00
2018-01-03 20:40:51 +01:00
2017-12-12 22:11:40 +01:00
2017-12-12 22:11:40 +01:00
2017-10-17 00:04:40 +02:00
2017-06-15 14:22:15 +02:00
2017-10-07 19:21:56 +02:00