class Settings{
public:
	Settings();
	~Settings();
	bool mouselook;
	int lives;
	int gunbonus;
	int lifebonus;
};
