AuroraRuntime/Include/Aurora/IPC/IPC.hpp

16 lines
240 B
C++
Raw Normal View History

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: IPC.hpp
Date: 2022-4-14
Author: Reece
***/
#pragma once
#include "IExportableIPC.hpp"
#include "Primitives.hpp"
namespace Aurora::IPC
{
}