mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 09:48:30 +12:00
8 lines
159 B
C
8 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
|