aboutsummaryrefslogtreecommitdiff
path: root/include/smdatapack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/smdatapack.hpp')
-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
{