18 lines
288 B
C++
18 lines
288 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: LSTimer.Generic.cpp
|
|
Date: 2021-10-2
|
|
Author: Reece
|
|
***/
|
|
#include <Source/RuntimeInternal.hpp>
|
|
#include "LSTimer.hpp"
|
|
|
|
#if defined(IMPL_LS_TIMER_GEN)
|
|
|
|
namespace Aurora::Loop
|
|
{
|
|
|
|
}
|
|
|
|
#endif |