14 lines
266 B
C++
14 lines
266 B
C++
|
/***
|
||
|
Copyright (C) 2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||
|
|
||
|
File: AuAsyncMicrocounter.cpp
|
||
|
Date: 2023-11-04
|
||
|
Author: Reece
|
||
|
***/
|
||
|
#include <Source/RuntimeInternal.hpp>
|
||
|
#include "AuAsyncMicrocounter.hpp"
|
||
|
|
||
|
namespace Aurora::Async
|
||
|
{
|
||
|
|
||
|
}
|