summaryrefslogtreecommitdiff
path: root/src/table/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/files.h')
-rw-r--r--src/table/files.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/table/files.h b/src/table/files.h
deleted file mode 100644
index be573f93d..000000000
--- a/src/table/files.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* $Id$ */
-
-/** @file files.h MD5 checksum information and names of the original and extra data files. */
-
-/*
- * MD5 sums of graphics files
- *
- * DOS -
- *
- * TRG1.GRF 9311676280e5b14077a8ee41c1b42192
- * TRGC.GRF ed446637e034104c5559b32c18afe78d
- * TRGH.GRF ee6616fb0e6ef6b24892c58c93d86fc9
- * TRGI.GRF da6a6c9dcc451eec88d79211437b76a8
- * TRGT.GRF e30e8a398ae86c03dc534a8ac7dfb3b6 (German: fcde1d7e8a74197d72a62695884b909e)
- * SAMPLE.CAT 422ea3dd074d2859bb51639a6e0e85da
- *
- * WINDOWS -
- *
- * TRG1R.GRF b04ce593d8c5016e07473a743d7d3358
- * TRGCR.GRF 3668f410c761a050b5e7095a2b14879b
- * TRGHR.GRF 06bf2b7a31766f048baac2ebe43457b1
- * TRGIR.GRF 0c2484ff6be49fc63a83be6ab5c38f32
- * TRGTR.GRF de53650517fe661ceaa3138c6edb0eb8
- * SAMPLE.CAT 9212e81e72badd4bbe1eaeae66458e10
- */
-
-
-static MD5File _sound_sets[] = {
- { "SAMPLE.CAT", {0x42, 0x2e, 0xa3, 0xdd, 0x07, 0x4d, 0x28, 0x59, 0xbb, 0x51, 0x63, 0x9a, 0x6e, 0x0e, 0x85, 0xda}, NULL },
- { "SAMPLE.CAT", {0x92, 0x12, 0xe8, 0x1e, 0x72, 0xba, 0xdd, 0x4b, 0xbe, 0x1e, 0xae, 0xae, 0x66, 0x45, 0x8e, 0x10}, NULL },
-};