AuroraRuntime/Source/IO/IPC/AuIPC.cpp
2022-12-14 05:03:37 +00:00

14 lines
235 B
C++

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: IPC.cpp
Date: 2022-4-13
Author: Reece
***/
#include <Source/RuntimeInternal.hpp>
#include "IPC.hpp"
namespace Aurora::IO::IPC
{
}