AuroraRuntime/Source/Loop/Loop.cpp

20 lines
323 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: Loop.cpp
Date: 2021-9-21
Author: Reece
***/
#include <Source/RuntimeInternal.hpp>
#include "Loop.hpp"
namespace Aurora::Loop
{
#if !defined(AURORA_IS_MODERNNT_DERIVED)
#endif
#if !defined(AURORA_IS_XNU_DERIVED)
#endif
}