/** * Concrete types for user preferences for the Spaceship! game. * * Copyright (c) 2008, 2009 Peter Parente under the terms of the BSD license. * http://creativecommons.org/licenses/BSD/ */ dojo.provide('spaceship.preferences.types'); dojo.require('spaceship.preferences.types.RangeType'); dojo.require('spaceship.preferences.types.PercentType'); dojo.require('spaceship.preferences.types.BooleanType');