diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-10-11 22:16:30 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-10-11 22:16:30 +0800 |
commit | bdcabc1e059ba9415e8d1f8cb436c77545680670 (patch) | |
tree | 18bd9f864290b6ad2258b143817e8bccbc3ae657 /include | |
parent | c279262556b2ffb4324cc6e52b4d4dd9cd1bd91a (diff) | |
download | SMELT-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.hpp | 1 |
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 { |