mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
7 lines
272 B
C++
7 lines
272 B
C++
#include "core/stdafx.h"
|
|
#include "vpklib/packedstore.h"
|
|
#include "filesystem/filesystem.h"
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
CFileSystem_Stdio** g_pFullFileSystem = nullptr;
|
|
CFileSystem_Stdio* g_pFileSystem_Stdio = nullptr; |