diff options
-rwxr-xr-x | backends/PalmOS/Src/palm-scumm-md5.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/palm-scumm-md5.h b/backends/PalmOS/Src/palm-scumm-md5.h new file mode 100755 index 0000000000..bf82c8e93d --- /dev/null +++ b/backends/PalmOS/Src/palm-scumm-md5.h @@ -0,0 +1,9 @@ + +struct MD5Table { + const char md5[32 + 1]; + const char target[16 + 1]; + Common::Language language; + Common::Platform platform; +}; + +static const MD5Table *md5table;
\ No newline at end of file |