AuroraRuntime/Source/IO/FS/FileStream.Generic.hpp
2021-06-27 22:25:29 +01:00

14 lines
288 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: FileStream.Generic.hpp
Date: 2021-6-12
Author: Reece
***/
#pragma once
#if defined(AURORA_PLATFORM_WIN32)
#include "FileStream.Win32.hpp"
#else
#define _AURUNTIME_GENERICFILESTREAM
#endif