[*] CmdLine has been deserving of the Au prefix for quite some time
This commit is contained in:
parent
6c5e99ba8f
commit
841fa39321
@ -32,7 +32,7 @@
|
|||||||
#include "Debug/MemoryCrunch.hpp"
|
#include "Debug/MemoryCrunch.hpp"
|
||||||
#include "Process/Process.hpp"
|
#include "Process/Process.hpp"
|
||||||
#include "Exit/AuExit.hpp"
|
#include "Exit/AuExit.hpp"
|
||||||
#include "CmdLine/CmdLine.hpp"
|
#include "CmdLine/AuCmdLine.hpp"
|
||||||
#include "Grug/AuGrug.hpp"
|
#include "Grug/AuGrug.hpp"
|
||||||
#include "Threading/AuSleep.hpp"
|
#include "Threading/AuSleep.hpp"
|
||||||
#include "Memory/Cache.hpp"
|
#include "Memory/Cache.hpp"
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
/***
|
/***
|
||||||
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
Copyright (C) 2022-2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||||
|
|
||||||
File: CmdLine.cpp
|
File: AuCmdLine.cpp
|
||||||
Date: 2022-1-31
|
Date: 2022-1-31
|
||||||
Author: Reece
|
Author: Reece
|
||||||
***/
|
***/
|
||||||
#include <Source/RuntimeInternal.hpp>
|
#include <Source/RuntimeInternal.hpp>
|
||||||
#include "CmdLine.hpp"
|
#include "AuCmdLine.hpp"
|
||||||
#include "CmdLinePlatform.hpp"
|
#include "AuCmdLinePlatform.hpp"
|
||||||
|
|
||||||
namespace Aurora::CmdLine
|
namespace Aurora::CmdLine
|
||||||
{
|
{
|
@ -1,7 +1,7 @@
|
|||||||
/***
|
/***
|
||||||
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
Copyright (C) 2022-2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||||
|
|
||||||
File: CmdLine.hpp
|
File: AuCmdLine.hpp
|
||||||
Date: 2022-1-31
|
Date: 2022-1-31
|
||||||
Author: Reece
|
Author: Reece
|
||||||
***/
|
***/
|
@ -1,13 +1,13 @@
|
|||||||
/***
|
/***
|
||||||
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
Copyright (C) 2022-2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||||
|
|
||||||
File: CmdLinePlatform.cpp
|
File: AuCmdLinePlatform.cpp
|
||||||
Date: 2022-2-6
|
Date: 2022-2-6
|
||||||
Author: Reece
|
Author: Reece
|
||||||
***/
|
***/
|
||||||
#include <Source/RuntimeInternal.hpp>
|
#include <Source/RuntimeInternal.hpp>
|
||||||
#include "CmdLine.hpp"
|
#include "AuCmdLine.hpp"
|
||||||
#include "CmdLinePlatform.hpp"
|
#include "AuCmdLinePlatform.hpp"
|
||||||
|
|
||||||
#if defined(AURORA_PLATFORM_WIN32)
|
#if defined(AURORA_PLATFORM_WIN32)
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
@ -1,7 +1,7 @@
|
|||||||
/***
|
/***
|
||||||
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
Copyright (C) 2022-2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||||
|
|
||||||
File: CmdLinePlatform.hpp
|
File: AuCmdLinePlatform.hpp
|
||||||
Date: 2022-2-6
|
Date: 2022-2-6
|
||||||
Author: Reece
|
Author: Reece
|
||||||
***/
|
***/
|
Loading…
Reference in New Issue
Block a user