Skip to content

Commit 192dcec

Browse files
committed
Add TCheatProtect specialization for ZString
1 parent 40219df commit 192dcec

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ZHMModSDK/Include/Glacier/TCheatProtect.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
#include "ZPrimitives.h"
44

5+
template <typename T>
6+
class TCheatProtect;
7+
58
template <typename T>
69
class TCheatProtect {
710
public:
@@ -18,4 +21,10 @@ class TCheatProtect {
1821
};
1922

2023
SStorage m_Storage;
24+
};
25+
26+
template <>
27+
class TCheatProtect<ZString> {
28+
public:
29+
ZString m_sScrambledString;
2130
};

0 commit comments

Comments
 (0)