AuroraRuntime/Source/IO/Loop/LSEvent.Generic.cpp

18 lines
292 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: LSEvent.Generic.cpp
Date: 2021-10-1
Author: Reece
***/
#include <Source/RuntimeInternal.hpp>
#include "LSEvent.hpp"
#if defined(IMPL_LS_EVENT_GEN)
namespace Aurora::IO::Loop
{
}
#endif