Jamie Reece Wilson
ca2c0462ab
[*] NT: Fix missing CoTaskMemFree leak on startup [*] Fix ConsoleStd restart bug
14 lines
226 B
C++
14 lines
226 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: CmdLine.hpp
|
|
Date: 2022-1-31
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::CmdLine
|
|
{
|
|
void Init();
|
|
void Deinit();
|
|
} |