diff options
Diffstat (limited to 'src/core/IniFile.h')
-rw-r--r-- | src/core/IniFile.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/IniFile.h b/src/core/IniFile.h new file mode 100644 index 00000000..9a98151b --- /dev/null +++ b/src/core/IniFile.h @@ -0,0 +1,10 @@ +#pragma once + +class CIniFile +{ +public: + static void LoadIniFile(); + + static float& PedNumberMultiplier; + static float& CarNumberMultiplier; +}; |