AuroraRuntime/Source/Console/Commands/Commands.hpp

14 lines
291 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: Commands.hpp
Date: 2021-6-12
Author: Reece
***/
#pragma once
namespace Aurora::Console::Commands
{
void UpdateDispatcher(AuOptional<Async::WorkerId_t> target);
2021-06-27 21:25:29 +00:00
void PumpCommands();
}