Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cCabWriter.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cCabWriter_H
7 #define _INC_cCabWriter_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../GrayLibBase.h"
15 
16 namespace GrayLib
17 {
19  {
23 
24  public:
25  cCabWriter(cStreamOutput* pOut = nullptr, const FILECHAR_t* pszRootFolder = nullptr);
26  virtual ~cCabWriter();
27  };
28 };
29 
30 #endif
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
Definition: cCabWriter.h:19
Definition: cStream.h:126
Definition: cMesh.h:22
char FILECHAR_t
a UTF8 char in a file name. like TCHAR
Definition: FileName.h:22