initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
23
libs/wxWidgets-3.3.1/interface/wx/fs_arc.h
Normal file
23
libs/wxWidgets-3.3.1/interface/wx/fs_arc.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/fs_arc.h
|
||||
// Purpose: Archive file system
|
||||
// Author: Vaclav Slavik, Mike Wetherell
|
||||
// Copyright: (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
@class wxArchiveFSHandler
|
||||
|
||||
A file system handler for accessing files inside of archives.
|
||||
*/
|
||||
class wxArchiveFSHandler : public wxFileSystemHandler
|
||||
{
|
||||
public:
|
||||
wxArchiveFSHandler();
|
||||
virtual ~wxArchiveFSHandler();
|
||||
void Cleanup();
|
||||
};
|
||||
|
||||
|
||||
typedef wxArchiveFSHandler wxZipFSHandler;
|
||||
Reference in New Issue
Block a user