~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/settings_internal.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman
  • Date: 2010-07-01 08:14:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100701081402-98jmva0t3sqywxmi
Tags: 1.0.2-1
* [00c4efe] New upstream release 1.0.2.
* [c7b38fd] Break older openttd versions instead of Conflicting with
  them.
* [36bd61f] Bump standards version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: settings_internal.h 18943 2010-01-28 23:17:28Z yexo $ */
 
1
/* $Id: settings_internal.h 19875 2010-05-21 16:03:29Z rubidium $ */
2
2
 
3
3
/*
4
4
 * This file is part of OpenTTD.
86
86
 
87
87
const SettingDesc *GetSettingFromName(const char *name, uint *i);
88
88
bool SetSettingValue(uint index, int32 value, bool force_newgame = false);
89
 
bool SetSettingValue(uint index, const char *value);
 
89
bool SetSettingValue(uint index, const char *value, bool force_newgame = false);
90
90
void SetCompanySetting(uint index, int32 value);
91
91
 
92
92
extern VehicleDefaultSettings _old_vds;