aboutsummaryrefslogtreecommitdiffstats
path: root/src/extras/frontendoption.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-12 00:11:11 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-08-01 13:56:09 +0300
commit192190769db6faeafb32e951cf4db6e021ac833e (patch)
treedc0a6f4c23ac4afa7f065bc198c29253ad902b04 /src/extras/frontendoption.h
parente80cbf8bb2abbe3edb7a604ae5b0af366bf10a9a (diff)
Add ped and car density slider to menu, remove dumb collision "optimization"
Diffstat (limited to 'src/extras/frontendoption.h')
-rw-r--r--src/extras/frontendoption.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extras/frontendoption.h b/src/extras/frontendoption.h
index 05cd5fa0..db1b9021 100644
--- a/src/extras/frontendoption.h
+++ b/src/extras/frontendoption.h
@@ -35,6 +35,8 @@ typedef void (*ReturnPrevPageFunc)();
typedef void (*ChangeFunc)(int8 before, int8 after); // called after updating the value.
// only called on enter if onlyApplyOnEnter set, otherwise called on every value change
+typedef void (*ChangeFuncFloat)(float before, float after); // called after updating the value.
+
// for dynamic options
typedef wchar* (*DrawFunc)(bool* disabled, bool userHovering); // you must return a pointer for right text.
// you can also set *disabled if you want to gray it out.