mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
45 lines
763 B
Modula-2
45 lines
763 B
Modula-2
;
|
|
; Export file for Windows
|
|
; Copyright (c) 2015 Ladislav Zezula
|
|
; ladik@zezula.net
|
|
;
|
|
|
|
LIBRARY CascLib.dll
|
|
|
|
EXPORTS
|
|
|
|
CascOpenStorage
|
|
CascOpenStorageEx
|
|
CascOpenOnlineStorage
|
|
CascGetStorageInfo
|
|
CascCloseStorage
|
|
|
|
CascOpenFile
|
|
CascOpenLocalFile
|
|
CascGetFileInfo
|
|
CascSetFileFlags
|
|
CascGetFileSize
|
|
CascGetFileSize64
|
|
CascSetFilePointer
|
|
CascSetFilePointer64
|
|
CascReadFile
|
|
CascCloseFile
|
|
|
|
CascFindFirstFile
|
|
CascFindNextFile
|
|
CascFindClose
|
|
|
|
CascAddEncryptionKey
|
|
CascAddStringEncryptionKey
|
|
CascImportKeysFromString
|
|
CascImportKeysFromFile
|
|
CascFindEncryptionKey
|
|
CascGetNotFoundEncryptionKey
|
|
|
|
CascCdnGetDefault
|
|
CascCdnDownload
|
|
CascCdnFree
|
|
|
|
GetCascError
|
|
SetCascError
|