aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/IniFile.h
blob: f23f94b63d42c5542475e3867a5ae967b547ba2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#define DEFAULT_MAX_NUMBER_OF_PEDS 25.0f
#define DEFAULT_MAX_NUMBER_OF_PEDS_INTERIOR 40.0f
#define DEFAULT_MAX_NUMBER_OF_CARS 30.0f

class CIniFile
{
public:
	static void LoadIniFile();

	static float PedNumberMultiplier;
	static float CarNumberMultiplier;
};