aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-11 22:16:30 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-11 22:16:30 +0800
commitbdcabc1e059ba9415e8d1f8cb436c77545680670 (patch)
tree18bd9f864290b6ad2258b143817e8bccbc3ae657 /include
parentc279262556b2ffb4324cc6e52b4d4dd9cd1bd91a (diff)
downloadSMELT-bdcabc1e059ba9415e8d1f8cb436c77545680670.tar.xz
Add smDtpFileR::getFileCRC.
Modify anmutil and dtputil. Make the example compatible with Arch Linux.
Diffstat (limited to 'include')
-rw-r--r--include/smdatapack.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/smdatapack.hpp b/include/smdatapack.hpp
index 2689eb3..95392d3 100644
--- a/include/smdatapack.hpp
+++ b/include/smdatapack.hpp
@@ -42,6 +42,7 @@ public:
char* getFilePtr(const char* path);
void releaseFilePtr(const char* path);
DWORD getFileSize(const char* path);
+ DWORD getFileCRC(const char* path);
};
class smDtpFileW
{