~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to engines/tinsel/dw.h

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mto: (21.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110525190223-fiqm0oaec714xk31
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 *
21
 
 * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-1-2-1/engines/tinsel/dw.h $
22
 
 * $Id: dw.h 44634 2009-10-04 21:26:33Z fingolfin $
 
21
 * $URL$
 
22
 * $Id$
23
23
 *
24
24
 */
25
25
 
42
42
#define LF_CHAR                 '\x0a'          // line feed
43
43
 
44
44
// file names
45
 
#define SAMPLE_FILE             "english.smp"   // all samples
46
 
#define SAMPLE_INDEX            "english.idx"   // sample index filename
47
45
#define MIDI_FILE               "midi.dat"      // all MIDI sequences
48
46
#define INDEX_FILENAME          "index"         // name of index file
49
47
#define PSX_INDEX_FILENAME      "index.dat" // name of index file in psx version