From bdcabc1e059ba9415e8d1f8cb436c77545680670 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 11 Oct 2015 22:16:30 +0800 Subject: Add smDtpFileR::getFileCRC. Modify anmutil and dtputil. Make the example compatible with Arch Linux. --- include/smdatapack.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3