Nebula
Loading...
Searching...
No Matches
archive.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#if __WIN32__ || __linux__
13
#include "
io/zipfs/ziparchive.h
"
14
namespace
IO
15
{
16
class
Archive
:
public
ZipArchive
17
{
18
__DeclareClass
(
Archive
);
19
};
20
}
21
#else
22
#error "IO::Archive not implemented on this platform!"
23
#endif
Archive
Wrapper class for a platform-specific file archive.
IO
Instances of wrapped stream classes.
Definition
orientation.cc:10
__DeclareClass
#define __DeclareClass(type)
ziparchive.h
code
foundation
io
archfs
archive.h
Generated on Thu Nov 14 2024 22:10:44 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.