SA_Logger
Sapphire's Suite's C++ Logger.
Loading...
Searching...
No Matches
Include
SA
Logger
Preprocessors
FileName.hpp
1
// Copyright (c) 2023 Sapphire's Suite. All Rights Reserved.
2
3
#pragma once
4
5
#ifndef SAPPHIRE_LOGGER_FILE_NAME_GUARD
6
#define SAPPHIRE_LOGGER_FILE_NAME_GUARD
7
8
namespace
SA
9
{
11
12
namespace
Intl
13
{
21
const
wchar_t
* FileNameFromPath(
const
wchar_t
* _filePath)
noexcept
;
22
}
23
24
#define __SA_FILE_NAME SA::Intl::FileNameFromPath(SA_WIDE(__FILE__))
25
27
}
28
29
#endif
// GUARD
Generated by
1.10.0