mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-02-18 02:56:23 +01:00
9 lines
159 B
C
9 lines
159 B
C
#pragma once
|
|
#include "Common/precompiled.h"
|
|
|
|
#ifdef _WIN32
|
|
#include "Common/windows/FileStream_win32.h"
|
|
#else
|
|
#include "Common/unix/FileStream_unix.h"
|
|
#endif
|