
Lib_vault -       

---------------------------------------------------------------------------------------------------------------

OpenVault(fname: String; of: Integer) -    
    fname -     ( "/"     )
    of -       (      ,  0)
    
Security(pass: String; scroll: Integer) -      
    pass - 
    scroll -      N  
    (   ,   ,    0)
    
Image LoadImage(res: Integer) -    
    res -    
    
String LoadText(res: Integer; enc: Integer) -    
    res -    
    enc -  
    0 -   
    1 -  Windows (cp1251) -- > UTF-8
    2 -  ANSI -- > UTF-8
    
LoadSound(res: Integer; format: String; loop: Integer) -    
    res -    
    format -   (, "audio/midi")       OpenPlayer
    loop -  ,    
    
PlaySound -       LoadSound

StopSound -   
