/*** 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 target); void PumpCommands(); void RunCommandFunction(const AuFunction &func); }