/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: LoopQueue.cpp Date: 2022-3-9 Author: Reece ***/ #pragma once #if defined(AURORA_IS_MODERNNT_DERIVED) #include "LoopQueue.NT.hpp" #elif defined(AURORA_PLATFORM_LINX) #include "LoopQueue.Linux.hpp" #endif