AuroraRuntime/Source/IO/FS/FileStream.Generic.hpp

14 lines
288 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
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