mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-04 10:11:53 +00:00
refactor: cryptography component
This commit is contained in:
@ -11,7 +11,7 @@ end
|
||||
|
||||
function ZoneWriting:link(links)
|
||||
links:add(self:name())
|
||||
links:linkto(Crypto)
|
||||
links:linkto(Cryptography)
|
||||
links:linkto(Utils)
|
||||
links:linkto(ZoneCommon)
|
||||
links:linkto(zlib)
|
||||
@ -49,7 +49,7 @@ function ZoneWriting:project()
|
||||
}
|
||||
|
||||
self:include(includes)
|
||||
Crypto:include(includes)
|
||||
Cryptography:include(includes)
|
||||
Utils:include(includes)
|
||||
zlib:include(includes)
|
||||
ZoneCode:include(includes)
|
||||
|
Reference in New Issue
Block a user