summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-04-15 20:29:37 +0200
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-05-11 15:34:33 +0200
commite7f6f07599e822779665cc0883d313cdf55ea3e6 (patch)
tree1e1c1767ca6966f14a3b3c470a72be078b9d7d62 /src/widgets
parent140a96b3a0fa652b66c701ac941cebc17ff24622 (diff)
downloadopenttd-e7f6f07599e822779665cc0883d313cdf55ea3e6.tar.xz
Add: Show memory allocations by GS and AI in framerate window
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/framerate_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/framerate_widget.h b/src/widgets/framerate_widget.h
index 2c82c85e5..b03d3aef7 100644
--- a/src/widgets/framerate_widget.h
+++ b/src/widgets/framerate_widget.h
@@ -22,6 +22,8 @@ enum FramerateWindowWidgets {
WID_FRW_TIMES_NAMES,
WID_FRW_TIMES_CURRENT,
WID_FRW_TIMES_AVERAGE,
+ WID_FRW_ALLOCSIZE,
+ WID_FRW_SEL_MEMORY,
WID_FRW_SCROLLBAR,
};