mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[saco] Implement CFileStream constructor
This commit is contained in:
parent
5f78131dbb
commit
8ec4a246a6
@ -4,6 +4,7 @@
|
||||
#include <windows.h>
|
||||
|
||||
#include "ArchiveCommon.h"
|
||||
#include "Obfuscator.h"
|
||||
#include "Stream.h"
|
||||
|
||||
#include "../mod.h"
|
||||
|
@ -62,6 +62,11 @@ public:
|
||||
TypeBinary,
|
||||
};
|
||||
|
||||
CFileStream()
|
||||
{
|
||||
m_fiFile = NULL;
|
||||
}
|
||||
|
||||
CFileStream(const char *szFilename, eType type, eMode mode)
|
||||
{
|
||||
m_fiFile = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user